Skip to content

Commit 67b3a9e

Browse files
Romain GuyAndroid (Google) Code Review
authored andcommitted
Merge "Fix the docs"
2 parents 28ca8f9 + 1e3d313 commit 67b3a9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/java/android/view/View.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2003,7 +2003,7 @@ public class View implements Drawable.Callback, Drawable.Callback2, KeyEvent.Cal
20032003
/**
20042004
* Indicates that the screen has changed state and is now on.
20052005
*
2006-
* @see #onScreenStateChanged(int
2006+
* @see #onScreenStateChanged(int)
20072007
*/
20082008
public static final int SCREEN_STATE_ON = 0x1;
20092009

0 commit comments

Comments
 (0)