Skip to content

Commit 36af794

Browse files
committed
Fix malformed Javadoc.
Change-Id: I5cfbd49272117defce5226da0f40a8392457a2e2
1 parent 40ddd4a commit 36af794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/java/android/content/Context.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ public abstract class Context {
143143
* tied to the lifetime of the process rather than the current component.
144144
*
145145
* <p>Consider for example how this interacts with
146-
* {@ #registerReceiver(BroadcastReceiver, IntentFilter)}:
146+
* {@link #registerReceiver(BroadcastReceiver, IntentFilter)}:
147147
* <ul>
148148
* <li> <p>If used from an Activity context, the receiver is being registered
149149
* within that activity. This means that you are expected to unregister

0 commit comments

Comments
 (0)