]> granicus.if.org Git - icu/commitdiff
ICU-13607 Adding @internal to Currency.java getParsingTrie
authorShane Carr <shane@unicode.org>
Thu, 22 Feb 2018 08:22:47 +0000 (08:22 +0000)
committerShane Carr <shane@unicode.org>
Thu, 22 Feb 2018 08:22:47 +0000 (08:22 +0000)
X-SVN-Rev: 40976

icu4j/main/classes/core/src/com/ibm/icu/util/Currency.java

index 659b9d1b5c3b4e844be869174491c70ff01bba31..a05cebd804da31352d59225cc01b89804a4a73da 100644 (file)
@@ -736,6 +736,11 @@ public class Currency extends MeasureUnit {
         return isoResult;
     }
 
+    /**
+     * @internal
+     * @deprecated This API is ICU internal only.
+     */
+    @Deprecated
     public static TextTrieMap<CurrencyStringInfo> getParsingTrie(ULocale locale, int type) {
         List<TextTrieMap<CurrencyStringInfo>> currencyTrieVec = getCurrencyTrieVec(locale);
         if (type == Currency.LONG_NAME) {