From a238652e4adc6b562a60175109a8dad4643acf8a Mon Sep 17 00:00:00 2001 From: Syn Wee Quek Date: Wed, 4 Dec 2002 23:02:26 +0000 Subject: [PATCH] ICU-2103 @draft 2.0 changed to @stable 2.4 X-SVN-Rev: 10480 --- icu4j/src/com/ibm/icu/text/SearchIterator.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/icu4j/src/com/ibm/icu/text/SearchIterator.java b/icu4j/src/com/ibm/icu/text/SearchIterator.java index 10354b0f6d5..d0857ebc590 100755 --- a/icu4j/src/com/ibm/icu/text/SearchIterator.java +++ b/icu4j/src/com/ibm/icu/text/SearchIterator.java @@ -5,8 +5,8 @@ ******************************************************************************* * * $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/text/SearchIterator.java,v $ - * $Date: 2002/12/03 02:14:20 $ - * $Revision: 1.12 $ + * $Date: 2002/12/04 23:02:26 $ + * $Revision: 1.13 $ * ***************************************************************************************** */ @@ -215,7 +215,7 @@ public abstract class SearchIterator * @exception IllegalArgumentException thrown when text is null or has * 0 length * @see #getTarget - * @draft ICU 2.0 + * @stable ICU 2.4 */ public void setTarget(CharacterIterator text) {