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

Commit 5e416d88 authored by John Spurlock's avatar John Spurlock
Browse files

Fix javadocs to fix build.

Change-Id: I6d7d63b9322f225124f722a245c1222540afbff4
parent d5c582c4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -72,7 +72,7 @@ public class Dream extends Service implements Window.Callback {
    private final String TAG = Dream.class.getSimpleName() + "[" + getClass().getSimpleName() + "]";

    /**
     * Used with {@link #ACTION_MAIN} to declare the necessary intent-filter for a dream.
     * Used with {@link Intent#ACTION_MAIN} to declare the necessary intent-filter for a dream.
     *
     * @see Dream
     */
@@ -393,7 +393,7 @@ public class Dream extends Service implements Window.Callback {
    /**
     * Sets View.SYSTEM_UI_FLAG_LOW_PROFILE on the content view.
     *
     * @param lightsOut True to set View.SYSTEM_UI_FLAG_LOW_PROFILE
     * @param lowProfile True to set View.SYSTEM_UI_FLAG_LOW_PROFILE
     */
    public void setLowProfile(boolean lowProfile) {
        mLowProfile = lowProfile;