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

Commit acec3722 authored by Android Code Review's avatar Android Code Review
Browse files

Merge change 10320

* changes:
  Fixed typo, RFC3296 is for LDAP, RFC2396 is for URI
parents 7b16fc04 8aa393b0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -371,7 +371,7 @@ public abstract class Uri implements Parcelable, Comparable<Uri> {
    /**
     * Creates a Uri which parses the given encoded URI string.
     *
     * @param uriString an RFC 3296-compliant, encoded URI
     * @param uriString an RFC 2396-compliant, encoded URI
     * @throws NullPointerException if uriString is null
     * @return Uri for this given uri string
     */