• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

frameworks/base


Commit MetaInfo

Revisionacec372211ccf25091e3156124beebbc0481c59d (tree)
Time2009-06-13 01:46:54
AuthorAndroid Code Review <code-review@andr...>
CommiterAndroid Code Review

Log Message

Merge change 10320

* changes:

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

Change Summary

Incremental Difference

--- a/core/java/android/net/Uri.java
+++ b/core/java/android/net/Uri.java
@@ -371,7 +371,7 @@ public abstract class Uri implements Parcelable, Comparable<Uri> {
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 */