diff options
author | John Spurlock <jspurlock@google.com> | 2013-11-25 10:45:43 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-11-25 10:45:43 -0800 |
commit | cce137733bf9e28e430826a4bdaaf9ab84951845 (patch) | |
tree | 5161a0be071be134e7bbc1ec973c96a4531dbe3c /core/java/android/content/Intent.java | |
parent | 8122b192b1860fa6a07bd73b61baea5992aea5e2 (diff) | |
parent | e4f96e281f85078d5420fdc52e00da3c6392ba1a (diff) | |
download | frameworks_base-cce137733bf9e28e430826a4bdaaf9ab84951845.zip frameworks_base-cce137733bf9e28e430826a4bdaaf9ab84951845.tar.gz frameworks_base-cce137733bf9e28e430826a4bdaaf9ab84951845.tar.bz2 |
am e4f96e28: am 56979b22: am 125d133b: Fix bad @see links in Intent.java.
* commit 'e4f96e281f85078d5420fdc52e00da3c6392ba1a':
Fix bad @see links in Intent.java.
Diffstat (limited to 'core/java/android/content/Intent.java')
-rw-r--r-- | core/java/android/content/Intent.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java index 85b3141..ba7db76 100644 --- a/core/java/android/content/Intent.java +++ b/core/java/android/content/Intent.java @@ -4424,7 +4424,7 @@ public class Intent implements Parcelable, Cloneable { * Return the {@link ClipData} associated with this Intent. If there is * none, returns null. See {@link #setClipData} for more information. * - * @see #setClipData; + * @see #setClipData */ public ClipData getClipData() { return mClipData; @@ -7179,8 +7179,8 @@ public class Intent implements Parcelable, Cloneable { * * @param type MIME data type to normalize * @return normalized MIME data type, or null if the input was null - * @see {@link #setType} - * @see {@link #setTypeAndNormalize} + * @see #setType + * @see #setTypeAndNormalize */ public static String normalizeMimeType(String type) { if (type == null) { |