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

Commit d399b487 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Docs: fix @hide syntax" into main

parents 9ffda8ac 9b488ee8
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