diff options
author | 2012-03-08 15:56:59 -0800 | |
---|---|---|
committer | 2012-03-08 15:56:59 -0800 | |
commit | 67b3a9ea61dc627b6c3997632f12d8e13e66f2c8 (patch) | |
tree | 11fe28b743659f80768c989f025a5d428a2e7060 | |
parent | 28ca8f9f95b1ee8186463bfc3f33b9383c0d1dd0 (diff) | |
parent | 1e3d313c7802673cb5a350fdbbe458398a038fcf (diff) |
Merge "Fix the docs"
-rw-r--r-- | core/java/android/view/View.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/view/View.java b/core/java/android/view/View.java index 14e2d6f6da25..b38ca5b88061 100644 --- a/core/java/android/view/View.java +++ b/core/java/android/view/View.java @@ -2003,7 +2003,7 @@ public class View implements Drawable.Callback, Drawable.Callback2, KeyEvent.Cal /** * Indicates that the screen has changed state and is now on. * - * @see #onScreenStateChanged(int + * @see #onScreenStateChanged(int) */ public static final int SCREEN_STATE_ON = 0x1; |