From: Travis Keep Date: Wed, 19 Dec 2012 23:12:26 +0000 (+0000) Subject: ICU-9808 Fix comments in CurrencyMetaInfo.CurrencyFilter X-Git-Tag: milestone-59-0-1~3244 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aab28cd6aaf2ace9775e060fcaab84a86261fa5e;p=icu ICU-9808 Fix comments in CurrencyMetaInfo.CurrencyFilter X-SVN-Rev: 32996 --- diff --git a/icu4j/main/classes/core/src/com/ibm/icu/text/CurrencyMetaInfo.java b/icu4j/main/classes/core/src/com/ibm/icu/text/CurrencyMetaInfo.java index 9f3d3b1f836..5e2e54bcf2f 100644 --- a/icu4j/main/classes/core/src/com/ibm/icu/text/CurrencyMetaInfo.java +++ b/icu4j/main/classes/core/src/com/ibm/icu/text/CurrencyMetaInfo.java @@ -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