From b0f3d9ea6e26ab329b6c25906bb6252555457e1c Mon Sep 17 00:00:00 2001 From: Narayan Kamath Date: Mon, 27 Apr 2015 11:00:54 +0100 Subject: 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 (cherry picked from commit 4356c95354d28b8ceb1b04e97c53c2ba3b3faa93) Change-Id: I5b96bcb20aa3a1d227dd5b00926af077276fc666 --- core/java/android/net/Uri.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/java/android/net') diff --git a/core/java/android/net/Uri.java b/core/java/android/net/Uri.java index f305b2a..4a8dfbc 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 { /** * Searches the query string for the first value with the given key. * - *

Warning: Prior to Ice Cream Sandwich, this decoded + *

Warning: Prior to Jelly Bean, this decoded * the '+' character as '+' rather than ' '. * * @param key which will be encoded -- cgit v1.1