]> granicus.if.org Git - icu/commitdiff
ICU-9808 Fix comments in CurrencyMetaInfo.CurrencyFilter
authorTravis Keep <keep94@gmail.com>
Wed, 19 Dec 2012 23:12:26 +0000 (23:12 +0000)
committerTravis Keep <keep94@gmail.com>
Wed, 19 Dec 2012 23:12:26 +0000 (23:12 +0000)
X-SVN-Rev: 32996

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

index 9f3d3b1f8361917132f60fee11608f88eed345c8..5e2e54bcf2fc46d98d6082ae26a01fc2b0f83400 100644 (file)
@@ -172,8 +172,8 @@ public class CurrencyMetaInfo {
          * Returns a filter that accepts all currencies that were in use at some point between
          * the given dates, or if dates are equal, currencies in use on that date.
          * @param from date on or after a currency must have been in use
-         * @param to date before which a currency must have been in use, or if equal to from,
-         * the date on which a currency must have been in use
+         * @param to date on or before which a currency must have been in use,
+         * or if equal to from, the date on which a currency must have been in use
          * @return a filter
          * @see #withDateRange(Date, Date)
          * @draft ICU 49
@@ -221,7 +221,7 @@ public class CurrencyMetaInfo {
         /**
          * Returns a copy of this filter, with from and to set to the given dates.
          * @param from date on or after which the currency must have been in use
-         * @param to date before which the currency must have been in use
+         * @param to date on or before which the currency must have been in use
          * @return the filter
          * @see #onDateRange(Date, Date)
          * @draft ICU 49