summaryrefslogtreecommitdiff
path: root/android_icu4j/src/main/java/android/icu/text/RawCollationKey.java
diff options
context:
space:
mode:
authorNeil Fuller <nfuller@google.com>2015-11-10 13:19:38 +0000
committerNeil Fuller <nfuller@google.com>2015-12-08 10:31:29 +0000
commita7aed8f9dec65b736b98998f9aa5889deded1768 (patch)
treedc099b5d0bfc90a06b6cfe5ce928659c1a6183c3 /android_icu4j/src/main/java/android/icu/text/RawCollationKey.java
parent96a989def40de002d53d58a6bc121e0c110bd6c0 (diff)
downloadicu-a7aed8f9dec65b736b98998f9aa5889deded1768.tar.gz
Make the Android ICU4J APIs unhidden
This change removes the final step from the srcgen code that adds @hide to all classes. The changes to android_icu4j were generated using external/icu/tools/srcgen/generate_android_icu4j.sh Bug: 22023363 (cherry-picked from commit d4d3fc6e0d919d96cdb282a05a05327cdf2c7f4e) Change-Id: I09a5349ae3c8a2867ec8f520ffe1f58bd9751d17
Diffstat (limited to 'android_icu4j/src/main/java/android/icu/text/RawCollationKey.java')
-rw-r--r--android_icu4j/src/main/java/android/icu/text/RawCollationKey.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/android_icu4j/src/main/java/android/icu/text/RawCollationKey.java b/android_icu4j/src/main/java/android/icu/text/RawCollationKey.java
index c02ddd62e..0e13e148d 100644
--- a/android_icu4j/src/main/java/android/icu/text/RawCollationKey.java
+++ b/android_icu4j/src/main/java/android/icu/text/RawCollationKey.java
@@ -38,7 +38,6 @@ import android.icu.util.ByteArrayWrapper;
* See class documentation for Collator.</p>
* @see RuleBasedCollator
* @see CollationKey
- * @hide All android.icu classes are currently hidden
*/
public final class RawCollationKey extends ByteArrayWrapper
{