Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c092f231 authored by Mathew Inwood's avatar Mathew Inwood
Browse files

Code formatting change for upcoming annotations.

Putting /** @hide */ on the same line results in the automated annotation
addition putting the annotation the previous line, which then results in
the @hide javadoc annotation being ignored (since it's now no longer
strictly before the method declaration).

Bug: 110868826
Test: m
Change-Id: I1b5c290a17ead46effd2f2ff3f4b33884efbc116
parent b6b8516b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -370,8 +370,8 @@ public final class Log {
    /** @hide */ public static final int LOG_ID_SYSTEM = 3;
    /** @hide */ public static final int LOG_ID_CRASH = 4;

    /** @hide */ public static native int println_native(int bufID,
            int priority, String tag, String msg);
    /** @hide */
    public static native int println_native(int bufID, int priority, String tag, String msg);

    /**
     * Return the maximum payload the log daemon accepts without truncation.