summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNarayan Kamath <narayan@google.com>2015-04-27 11:00:54 +0100
committerNarayan Kamath <narayan@google.com>2015-04-27 10:42:41 +0000
commit4356c95354d28b8ceb1b04e97c53c2ba3b3faa93 (patch)
tree52e12f0957d9d024223ed0d6f557b44c54a9c24d
parente8101c047cffc69245493d96f2f2ec36728682f1 (diff)
downloadbase-4356c95354d28b8ceb1b04e97c53c2ba3b3faa93.tar.gz
Fix incorrect javadoc for Uri.getQueryParameter.
This first went out with Jelly Bean and not ICS. bug: https://code.google.com/p/android/issues/detail?id=61651 Change-Id: I26f6b18593fe089bd3a52ec1d159494923bcbad1
-rw-r--r--core/java/android/net/Uri.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/net/Uri.java b/core/java/android/net/Uri.java
index fb2f445002ee..54532837cec2 100644
--- a/core/java/android/net/Uri.java
+++ b/core/java/android/net/Uri.java
@@ -1657,7 +1657,7 @@ public abstract class Uri implements Parcelable, Comparable<Uri> {
/**
* Searches the query string for the first value with the given key.
*
- * <p><strong>Warning:</strong> Prior to Ice Cream Sandwich, this decoded
+ * <p><strong>Warning:</strong> Prior to Jelly Bean, this decoded
* the '+' character as '+' rather than ' '.
*
* @param key which will be encoded