From 4e360e68d25d355c0da4a3ad9d77a151fb05b7f0 Mon Sep 17 00:00:00 2001 From: Shane Carr Date: Thu, 22 Feb 2018 08:22:47 +0000 Subject: [PATCH] ICU-13607 Adding @internal to Currency.java getParsingTrie X-SVN-Rev: 40976 --- icu4j/main/classes/core/src/com/ibm/icu/util/Currency.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/icu4j/main/classes/core/src/com/ibm/icu/util/Currency.java b/icu4j/main/classes/core/src/com/ibm/icu/util/Currency.java index 659b9d1b5c3..a05cebd804d 100644 --- a/icu4j/main/classes/core/src/com/ibm/icu/util/Currency.java +++ b/icu4j/main/classes/core/src/com/ibm/icu/util/Currency.java @@ -736,6 +736,11 @@ public class Currency extends MeasureUnit { return isoResult; } + /** + * @internal + * @deprecated This API is ICU internal only. + */ + @Deprecated public static TextTrieMap getParsingTrie(ULocale locale, int type) { List> currencyTrieVec = getCurrencyTrieVec(locale); if (type == Currency.LONG_NAME) { -- 2.50.1