summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Chris Tate <ctate@android.com> 2010-01-29 16:21:01 -0800
committer Android (Google) Code Review <android-gerrit@google.com> 2010-01-29 16:21:01 -0800
commit4a0c8fe52e54f7f6691a8e516b5711afabc1e9d1 (patch)
tree44d56080820fc55ba964d0679bbf1d4c0050be98
parentcc1aa994af5957815e47ec102a0eab3b98111eb1 (diff)
parent95f7850a9d9c7c4f020d06986300f4740fb6a52c (diff)
Merge "Fix build: javadoc @link pointers need HTML-style #refname"
-rw-r--r--core/java/android/view/WindowManager.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/view/WindowManager.java b/core/java/android/view/WindowManager.java
index 5ffc09ad19e7..0af31f05ab34 100644
--- a/core/java/android/view/WindowManager.java
+++ b/core/java/android/view/WindowManager.java
@@ -372,7 +372,7 @@ public interface WindowManager extends ViewManager {
/** Window flag: as long as this window is visible to the user, allow
* the lock screen to activate while the screen is on.
* This can be used independently, or in combination with
- * {@link #FLAG_KEEP_SCREEN_ON} and/or {@link FLAG_SHOW_WHEN_LOCKED} */
+ * {@link #FLAG_KEEP_SCREEN_ON} and/or {@link #FLAG_SHOW_WHEN_LOCKED} */
public static final int FLAG_ALLOW_LOCK_WHILE_SCREEN_ON = 0x00000001;
/** Window flag: everything behind this window will be dimmed.