Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cce13773 authored by John Spurlock's avatar John Spurlock Committed by Android Git Automerger
Browse files

am e4f96e28: am 56979b22: am 125d133b: Fix bad @see links in Intent.java.

* commit 'e4f96e28':
  Fix bad @see links in Intent.java.
parents 8122b192 e4f96e28
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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) {