diff options
| author | Brad Fitzpatrick <bradfitz@android.com> | 2010-12-08 13:30:25 -0800 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2010-12-08 13:30:25 -0800 |
| commit | af8962e48ecf0ff3833084f540ca7e2f05295560 (patch) | |
| tree | 2cf789f089fc3324f2b93f5981582efab30708dd /core/java | |
| parent | f8d47b88dc2fba738ed07be73af7f75832d597a1 (diff) | |
| parent | 5f8524d446fb217516eebafe5d347005051891d1 (diff) | |
am 5f8524d4: am 36af7943: Fix malformed Javadoc.
* commit '5f8524d446fb217516eebafe5d347005051891d1':
Fix malformed Javadoc.
Diffstat (limited to 'core/java')
| -rw-r--r-- | core/java/android/content/Context.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/content/Context.java b/core/java/android/content/Context.java index b27f4cf7393f..7ca6270308d7 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 |
