We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b16fc0 + 8aa393b commit acec372Copy full SHA for acec372
core/java/android/net/Uri.java
@@ -371,7 +371,7 @@ public int compareTo(Uri other) {
371
/**
372
* Creates a Uri which parses the given encoded URI string.
373
*
374
- * @param uriString an RFC 3296-compliant, encoded URI
+ * @param uriString an RFC 2396-compliant, encoded URI
375
* @throws NullPointerException if uriString is null
376
* @return Uri for this given uri string
377
*/
0 commit comments