frameworks/base
Revision | acec372211ccf25091e3156124beebbc0481c59d (tree) |
---|---|
Time | 2009-06-13 01:46:54 |
Author | Android Code Review <code-review@andr...> |
Commiter | Android Code Review |
Merge change 10320
* changes:
@@ -371,7 +371,7 @@ public abstract class Uri implements Parcelable, Comparable<Uri> { | ||
371 | 371 | /** |
372 | 372 | * Creates a Uri which parses the given encoded URI string. |
373 | 373 | * |
374 | - * @param uriString an RFC 3296-compliant, encoded URI | |
374 | + * @param uriString an RFC 2396-compliant, encoded URI | |
375 | 375 | * @throws NullPointerException if uriString is null |
376 | 376 | * @return Uri for this given uri string |
377 | 377 | */ |