Skip to content

Commit 1e3d313

Browse files
author
Romain Guy
committed
Fix the docs
Change-Id: I73bcb684eac01db870936aa5e29df930b5432833
1 parent 754682e commit 1e3d313

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)