Merge "Fix typo in android.net.Uri documentation." am: 8dc7e43bad

am: 47fb98e8a4

Change-Id: Ia63097f8ea8c66b0451e69469768b1e04e6d5eee
This commit is contained in:
Tobias Thierer
2018-09-12 13:14:21 -07:00
committed by android-build-merger

View File

@@ -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();