Skip to content

Commit acec372

Browse files
author
Android Code Review
committed
Merge change 10320
* changes: Fixed typo, RFC3296 is for LDAP, RFC2396 is for URI
2 parents 7b16fc0 + 8aa393b commit acec372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/java/android/net/Uri.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ public int compareTo(Uri other) {
371371
/**
372372
* Creates a Uri which parses the given encoded URI string.
373373
*
374-
* @param uriString an RFC 3296-compliant, encoded URI
374+
* @param uriString an RFC 2396-compliant, encoded URI
375375
* @throws NullPointerException if uriString is null
376376
* @return Uri for this given uri string
377377
*/

0 commit comments

Comments
 (0)