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

Commit 8aa393b0 authored by Simon Schoar's avatar Simon Schoar
Browse files

Fixed typo, RFC3296 is for LDAP, RFC2396 is for URI

parent 734bc9ba
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
     */