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

Commit 9b488ee8 authored by Nate Fischer's avatar Nate Fischer
Browse files

Docs: fix @hide syntax

No change to content. This corrects how the @hide tag is used.

Flag: DOCS_ONLY
Test: none
Change-Id: I55ed09291dc934ae9033cc152dbd3c0e8bcc7683
parent 68386c46
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ import android.util.Log;
/**
 * Localized strings for the error codes defined in EventHandler.
 *
 * {@hide}
 * @hide
 */
class LegacyErrorStrings {
    private LegacyErrorStrings() { /* Utility class, don't instantiate. */ }
+1 −1
Original line number Diff line number Diff line
@@ -73,7 +73,7 @@ public abstract class WebIconDatabase {
     */
    public abstract void requestIconForPageUrl(String url, IconListener listener);

    /** {@hide}
    /** @hide
     */
    @SuppressWarnings("HiddenAbstractMethod")
    @SystemApi