From b56eeccaf657a7acd0fc21bc503038e9830a6ce2 Mon Sep 17 00:00:00 2001 From: Vladimir Weinstein Date: Thu, 29 Jan 2004 19:29:05 +0000 Subject: [PATCH] ICU-2202 documentation fix X-SVN-Rev: 14429 --- icu4j/src/com/ibm/icu/text/RuleBasedNumberFormat.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/icu4j/src/com/ibm/icu/text/RuleBasedNumberFormat.java b/icu4j/src/com/ibm/icu/text/RuleBasedNumberFormat.java index 636aea77b7b..8f022686483 100755 --- a/icu4j/src/com/ibm/icu/text/RuleBasedNumberFormat.java +++ b/icu4j/src/com/ibm/icu/text/RuleBasedNumberFormat.java @@ -5,8 +5,8 @@ ******************************************************************************* * * $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/text/RuleBasedNumberFormat.java,v $ - * $Date: 2004/01/08 22:27:08 $ - * $Revision: 1.19 $ + * $Date: 2004/01/29 19:29:05 $ + * $Revision: 1.20 $ * ***************************************************************************************** */ @@ -475,7 +475,7 @@ import java.util.ResourceBundle; * using these features.

* * @author Richard Gillam - * $RCSfile: RuleBasedNumberFormat.java,v $ $Revision: 1.19 $ $Date: 2004/01/08 22:27:08 $ + * $RCSfile: RuleBasedNumberFormat.java,v $ $Revision: 1.20 $ $Date: 2004/01/29 19:29:05 $ * @see NumberFormat * @see DecimalFormat * @stable ICU 2.0 @@ -999,7 +999,7 @@ public final class RuleBasedNumberFormat extends NumberFormat { * it will correctly parse "two hundred zero" and "fifteen hundred". * * @param enabled If true, turns lenient-parse mode on; if false, turns it off. - * @see java.text.RuleBasedCollator + * @see RuleBasedCollator * @stable ICU 2.0 */ public void setLenientParseMode(boolean enabled) {