summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorBrad Fitzpatrick <bradfitz@android.com>2010-12-08 13:30:25 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2010-12-08 13:30:25 -0800
commitaf8962e48ecf0ff3833084f540ca7e2f05295560 (patch)
tree2cf789f089fc3324f2b93f5981582efab30708dd /core
parentf8d47b88dc2fba738ed07be73af7f75832d597a1 (diff)
parent5f8524d446fb217516eebafe5d347005051891d1 (diff)
downloadframeworks_base-af8962e48ecf0ff3833084f540ca7e2f05295560.zip
frameworks_base-af8962e48ecf0ff3833084f540ca7e2f05295560.tar.gz
frameworks_base-af8962e48ecf0ff3833084f540ca7e2f05295560.tar.bz2
am 5f8524d4: am 36af7943: Fix malformed Javadoc.
* commit '5f8524d446fb217516eebafe5d347005051891d1': Fix malformed Javadoc.
Diffstat (limited to 'core')
-rw-r--r--core/java/android/content/Context.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/content/Context.java b/core/java/android/content/Context.java
index b27f4cf..7ca6270 100644
--- a/core/java/android/content/Context.java
+++ b/core/java/android/content/Context.java
@@ -145,7 +145,7 @@ public abstract class Context {
* tied to the lifetime of the process rather than the current component.
*
* <p>Consider for example how this interacts with
- * {@ #registerReceiver(BroadcastReceiver, IntentFilter)}:
+ * {@link #registerReceiver(BroadcastReceiver, IntentFilter)}:
* <ul>
* <li> <p>If used from an Activity context, the receiver is being registered
* within that activity. This means that you are expected to unregister