summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author John Spurlock <jspurlock@google.com> 2013-11-25 10:41:24 -0800
committer Android Git Automerger <android-git-automerger@android.com> 2013-11-25 10:41:24 -0800
commite4f96e281f85078d5420fdc52e00da3c6392ba1a (patch)
tree93822a388453ed41fc668ef074ba4ad7301bae1e
parent926d0c4138e09ef70a9e547be4e360962d839733 (diff)
parent56979b22346e186ebd804c4d7e05e0c74741f384 (diff)
am 56979b22: am 125d133b: Fix bad @see links in Intent.java.
* commit '56979b22346e186ebd804c4d7e05e0c74741f384': Fix bad @see links in Intent.java.
-rw-r--r--core/java/android/content/Intent.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java
index a289649b66cb..a047668fbefd 100644
--- a/core/java/android/content/Intent.java
+++ b/core/java/android/content/Intent.java
@@ -4415,7 +4415,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;
@@ -7153,8 +7153,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) {