Skip to content

Commit df655d0

Browse files
dsandlerAndroid (Google) Code Review
authored andcommitted
Merge "Fix javadocs to fix build." into jb-mr1-dev
2 parents 2250550 + 5e416d8 commit df655d0

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)