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

Commit f76035f3 authored by Simon Schoar's avatar Simon Schoar Committed by Jean-Baptiste Queru
Browse files

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

parent abca4e83
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
     */