diff options
| author | Brad Fitzpatrick <bradfitz@android.com> | 2010-12-08 13:23:03 -0800 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2010-12-08 13:23:03 -0800 |
| commit | 5f8524d446fb217516eebafe5d347005051891d1 (patch) | |
| tree | 45e5edffb5f3de94b5c5bc7abffa36666996607a /core/java/android | |
| parent | 8abce7f56e4298d3e0035208be48c7afe0e3d2ad (diff) | |
| parent | 36af79434fb62c26238132eaeda2ec5e732f3c2f (diff) | |
am 36af7943: Fix malformed Javadoc.
* commit '36af79434fb62c26238132eaeda2ec5e732f3c2f':
Fix malformed Javadoc.
Diffstat (limited to 'core/java/android')
| -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 75638312bdee..a370b3342675 100644 --- a/core/java/android/content/Context.java +++ b/core/java/android/content/Context.java @@ -143,7 +143,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 |
