]> granicus.if.org Git - icu/commitdiff
ICU-9884 Deprecate CurrencyMetaInfo.CurrencyInfo public constructor.
authorTravis Keep <keep94@gmail.com>
Thu, 24 Jan 2013 18:21:14 +0000 (18:21 +0000)
committerTravis Keep <keep94@gmail.com>
Thu, 24 Jan 2013 18:21:14 +0000 (18:21 +0000)
X-SVN-Rev: 33069

icu4j/main/classes/core/src/com/ibm/icu/text/CurrencyMetaInfo.java

index 013cc5aa06819a1238075435052699571c53a3af..d55ec85ef855f6acc248f848b5b685056bf8657f 100644 (file)
@@ -450,14 +450,7 @@ public class CurrencyMetaInfo {
         private final boolean tender;
 
         /**
-         * Constructs a currency info.
-         * 
-         * @param region region code
-         * @param code currency code
-         * @param from start date in milliseconds.  This is midnight at the start of the first day on which the currency was used, GMT.
-         * @param to end date in milliseconds.  This is one second before midnight at the end of the last day on which the currency was used, GMT.
-         * @param priority priority value, 0 is highest priority, increasing values are lower
-         * @stable ICU 4.4
+         * @deprecated ICU 51
          */     
         public CurrencyInfo(String region, String code, long from, long to, int priority) {
             this(region, code, from, to, priority, true);