Skip to content

Commit 5e416d8

Browse files
author
John Spurlock
committed
Fix javadocs to fix build.
Change-Id: I6d7d63b9322f225124f722a245c1222540afbff4
1 parent d5c582c commit 5e416d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/java/android/service/dreams/Dream.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public class Dream extends Service implements Window.Callback {
7272
private final String TAG = Dream.class.getSimpleName() + "[" + getClass().getSimpleName() + "]";
7373

7474
/**
75-
* Used with {@link #ACTION_MAIN} to declare the necessary intent-filter for a dream.
75+
* Used with {@link Intent#ACTION_MAIN} to declare the necessary intent-filter for a dream.
7676
*
7777
* @see Dream
7878
*/
@@ -393,7 +393,7 @@ public boolean isInteractive() {
393393
/**
394394
* Sets View.SYSTEM_UI_FLAG_LOW_PROFILE on the content view.
395395
*
396-
* @param lightsOut True to set View.SYSTEM_UI_FLAG_LOW_PROFILE
396+
* @param lowProfile True to set View.SYSTEM_UI_FLAG_LOW_PROFILE
397397
*/
398398
public void setLowProfile(boolean lowProfile) {
399399
mLowProfile = lowProfile;

0 commit comments

Comments
 (0)