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

Commit 47fb98e8 authored by Tobias Thierer's avatar Tobias Thierer Committed by android-build-merger
Browse files

Merge "Fix typo in android.net.Uri documentation."

am: 8dc7e43b

Change-Id: Ibd56f995c4692db449ca3210da7cb5d6bcb5c5d3
parents 77769365 8dc7e43b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -197,7 +197,7 @@ public abstract class Uri implements Parcelable, Comparable<Uri> {
     *
     * <p>Example: "//www.google.com/search?q=android"
     *
     * @return the decoded scheme-specific-part
     * @return the encoded scheme-specific-part
     */
    public abstract String getEncodedSchemeSpecificPart();