am 5f8524d4: am 36af7943: Fix malformed Javadoc.

* commit '5f8524d446fb217516eebafe5d347005051891d1':
  Fix malformed Javadoc.
This commit is contained in:
Brad Fitzpatrick
2010-12-08 13:30:25 -08:00
committed by Android Git Automerger

View File

@@ -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