From e6098088ba8bc560fc1bddf2a7c7327db9fb7ef3 Mon Sep 17 00:00:00 2001 From: Syn Wee Quek Date: Wed, 4 Dec 2002 00:12:54 +0000 Subject: [PATCH] ICU-2103 @draft addition X-SVN-Rev: 10465 --- icu4j/src/com/ibm/icu/lang/UProperty.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/icu4j/src/com/ibm/icu/lang/UProperty.java b/icu4j/src/com/ibm/icu/lang/UProperty.java index 3f1557e9692..3b43a9dd284 100644 --- a/icu4j/src/com/ibm/icu/lang/UProperty.java +++ b/icu4j/src/com/ibm/icu/lang/UProperty.java @@ -6,8 +6,8 @@ * * $Source: * /usr/cvs/icu4j/icu4j/src/com/ibm/icu/text/UCharacterCategory.java $ -* $Date: 2002/12/03 00:47:53 $ -* $Revision: 1.6 $ +* $Date: 2002/12/04 00:12:54 $ +* $Revision: 1.7 $ * ******************************************************************************* */ @@ -485,21 +485,21 @@ public interface UProperty * Selector for the abbreviated name of a property or value. * Most properties and values have a short name; those that do * not return null. - * @since ICU 2.4 + * @draft ICU 2.4 */ static final int SHORT = 0; /** * Selector for the long name of a property or value. All * properties and values have a long name. - * @since ICU 2.4 + * @draft ICU 2.4 */ static final int LONG = 1; /** * The number of predefined property name choices. Individual * properties or values may have more than COUNT aliases. - * @since ICU 2.4 + * @draft ICU 2.4 */ static final int COUNT = 2; }