diff options
author | Elliott Hughes <enh@google.com> | 2014-10-21 15:08:03 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2014-10-21 15:08:24 -0700 |
commit | 76e916456153c0fed205c9d706fba7f2dedccc8f (patch) | |
tree | 1bc9b34661186ab336a749243529be4033dfdbcf | |
parent | bc1ea6573c76663718d441f7b0b849a91f3eefbd (diff) | |
download | libcore-76e916456153c0fed205c9d706fba7f2dedccc8f.zip libcore-76e916456153c0fed205c9d706fba7f2dedccc8f.tar.gz libcore-76e916456153c0fed205c9d706fba7f2dedccc8f.tar.bz2 |
Update "4.? (STOPSHIP)" to "5.0 (Lollipop)" in Locale javadoc.
Bug: 18074200
Change-Id: I38f8fef6eb5a100f7ef3a1b9bc6640895c85b387
-rw-r--r-- | luni/src/main/java/java/util/Locale.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/luni/src/main/java/java/util/Locale.java b/luni/src/main/java/java/util/Locale.java index 09fb6e0..d49358d 100644 --- a/luni/src/main/java/java/util/Locale.java +++ b/luni/src/main/java/java/util/Locale.java @@ -95,7 +95,7 @@ import libcore.icu.ICU; * <td><a href="http://site.icu-project.org/download/51">ICU 51</a></td> * <td><a href="http://cldr.unicode.org/index/downloads/cldr-23">CLDR 23</a></td> * <td><a href="http://www.unicode.org/versions/Unicode6.2.0/">Unicode 6.2</a></td></tr> - * <tr><td>Android 4.? (STOPSHIP)</td> + * <tr><td>Android 5.0 (Lollipop)</td> * <td><a href="http://site.icu-project.org/download/53">ICU 53</a></td> * <td><a href="http://cldr.unicode.org/index/downloads/cldr-25">CLDR 25</a></td> * <td><a href="http://www.unicode.org/versions/Unicode6.3.0/">Unicode 6.3</a></td></tr> |