summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmith Yamasani <yamasani@google.com>2013-03-20 23:54:07 -0700
committerAmith Yamasani <yamasani@google.com>2013-03-20 23:54:07 -0700
commit1eab5f26939748dea5e94bf019804a68d2a2b161 (patch)
tree728504b2c8a25b25c9cf10905711cd777e70bd05
parentd4f8800801cf5c9ca44c2b6977d8db2e0bac5809 (diff)
downloadframeworks_base-1eab5f26939748dea5e94bf019804a68d2a2b161.zip
frameworks_base-1eab5f26939748dea5e94bf019804a68d2a2b161.tar.gz
frameworks_base-1eab5f26939748dea5e94bf019804a68d2a2b161.tar.bz2
Fix javadoc breakage
Change-Id: I72df82a8855322145c870bd8db64da81533be4cc
-rw-r--r--core/java/android/content/RestrictionEntry.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/content/RestrictionEntry.java b/core/java/android/content/RestrictionEntry.java
index 196460c..97c4cb8 100644
--- a/core/java/android/content/RestrictionEntry.java
+++ b/core/java/android/content/RestrictionEntry.java
@@ -27,7 +27,7 @@ import java.lang.annotation.Inherited;
* applied to the restricted user. Each RestrictionsEntry is one configurable restriction.
* <p/>
* Any application that chooses to expose such restrictions does so by implementing a
- * receiver that handles the {@link Intent.ACTION_GET_RESTRICTION_ENTRIES} action.
+ * receiver that handles the {@link Intent#ACTION_GET_RESTRICTION_ENTRIES} action.
* The receiver then returns a result bundle that contains an entry called "restrictions", whose
* value is an ArrayList<RestrictionsEntry>.
*/