Skip to content

Commit 399f1df

Browse files
Dianne HackbornAndroid (Google) Code Review
authored andcommitted
Merge "Fix some java docs." into ics-mr1
2 parents 26bd66d + 251fe26 commit 399f1df

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

core/java/android/content/Intent.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2318,7 +2318,7 @@ public static Intent createChooser(Intent target, CharSequence title) {
23182318
* <p>NOTE: This should not be used as the primary key of an Intent,
23192319
* since it will not result in the app launching with the correct
23202320
* action and category. Instead, use this with
2321-
* {@link #makeMainSelectorActivity(String, String) to generate a main
2321+
* {@link #makeMainSelectorActivity(String, String)} to generate a main
23222322
* Intent with this category in the selector.</p>
23232323
*/
23242324
@SdkConstant(SdkConstantType.INTENT_CATEGORY)
@@ -2330,7 +2330,7 @@ public static Intent createChooser(Intent target, CharSequence title) {
23302330
* <p>NOTE: This should not be used as the primary key of an Intent,
23312331
* since it will not result in the app launching with the correct
23322332
* action and category. Instead, use this with
2333-
* {@link #makeMainSelectorActivity(String, String) to generate a main
2333+
* {@link #makeMainSelectorActivity(String, String)} to generate a main
23342334
* Intent with this category in the selector.</p>
23352335
*/
23362336
@SdkConstant(SdkConstantType.INTENT_CATEGORY)
@@ -2342,7 +2342,7 @@ public static Intent createChooser(Intent target, CharSequence title) {
23422342
* <p>NOTE: This should not be used as the primary key of an Intent,
23432343
* since it will not result in the app launching with the correct
23442344
* action and category. Instead, use this with
2345-
* {@link #makeMainSelectorActivity(String, String) to generate a main
2345+
* {@link #makeMainSelectorActivity(String, String)} to generate a main
23462346
* Intent with this category in the selector.</p>
23472347
*/
23482348
@SdkConstant(SdkConstantType.INTENT_CATEGORY)
@@ -2354,7 +2354,7 @@ public static Intent createChooser(Intent target, CharSequence title) {
23542354
* <p>NOTE: This should not be used as the primary key of an Intent,
23552355
* since it will not result in the app launching with the correct
23562356
* action and category. Instead, use this with
2357-
* {@link #makeMainSelectorActivity(String, String) to generate a main
2357+
* {@link #makeMainSelectorActivity(String, String)} to generate a main
23582358
* Intent with this category in the selector.</p>
23592359
*/
23602360
@SdkConstant(SdkConstantType.INTENT_CATEGORY)
@@ -2366,7 +2366,7 @@ public static Intent createChooser(Intent target, CharSequence title) {
23662366
* <p>NOTE: This should not be used as the primary key of an Intent,
23672367
* since it will not result in the app launching with the correct
23682368
* action and category. Instead, use this with
2369-
* {@link #makeMainSelectorActivity(String, String) to generate a main
2369+
* {@link #makeMainSelectorActivity(String, String)} to generate a main
23702370
* Intent with this category in the selector.</p>
23712371
*/
23722372
@SdkConstant(SdkConstantType.INTENT_CATEGORY)
@@ -2379,7 +2379,7 @@ public static Intent createChooser(Intent target, CharSequence title) {
23792379
* <p>NOTE: This should not be used as the primary key of an Intent,
23802380
* since it will not result in the app launching with the correct
23812381
* action and category. Instead, use this with
2382-
* {@link #makeMainSelectorActivity(String, String) to generate a main
2382+
* {@link #makeMainSelectorActivity(String, String)} to generate a main
23832383
* Intent with this category in the selector.</p>
23842384
*/
23852385
@SdkConstant(SdkConstantType.INTENT_CATEGORY)
@@ -2391,7 +2391,7 @@ public static Intent createChooser(Intent target, CharSequence title) {
23912391
* <p>NOTE: This should not be used as the primary key of an Intent,
23922392
* since it will not result in the app launching with the correct
23932393
* action and category. Instead, use this with
2394-
* {@link #makeMainSelectorActivity(String, String) to generate a main
2394+
* {@link #makeMainSelectorActivity(String, String)} to generate a main
23952395
* Intent with this category in the selector.</p>
23962396
*/
23972397
@SdkConstant(SdkConstantType.INTENT_CATEGORY)
@@ -2403,7 +2403,7 @@ public static Intent createChooser(Intent target, CharSequence title) {
24032403
* <p>NOTE: This should not be used as the primary key of an Intent,
24042404
* since it will not result in the app launching with the correct
24052405
* action and category. Instead, use this with
2406-
* {@link #makeMainSelectorActivity(String, String) to generate a main
2406+
* {@link #makeMainSelectorActivity(String, String)} to generate a main
24072407
* Intent with this category in the selector.</p>
24082408
*/
24092409
@SdkConstant(SdkConstantType.INTENT_CATEGORY)
@@ -2416,7 +2416,7 @@ public static Intent createChooser(Intent target, CharSequence title) {
24162416
* <p>NOTE: This should not be used as the primary key of an Intent,
24172417
* since it will not result in the app launching with the correct
24182418
* action and category. Instead, use this with
2419-
* {@link #makeMainSelectorActivity(String, String) to generate a main
2419+
* {@link #makeMainSelectorActivity(String, String)} to generate a main
24202420
* Intent with this category in the selector.</p>
24212421
*/
24222422
@SdkConstant(SdkConstantType.INTENT_CATEGORY)

0 commit comments

Comments
 (0)