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

This commit is contained in:
Treehugger Robot
2018-09-12 15:33:36 +00:00
committed by Gerrit Code Review

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