From 02de12d5c28252f399f7943df4952d70e75d3543 Mon Sep 17 00:00:00 2001 From: Alan Liu Date: Thu, 11 Mar 2004 07:03:46 +0000 Subject: [PATCH] ICU-3391 rename MILLISECOND_FIELD to FRACTIONAL_SECOND_FIELD X-SVN-Rev: 14674 --- icu4j/src/com/ibm/icu/text/DateFormat.java | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/icu4j/src/com/ibm/icu/text/DateFormat.java b/icu4j/src/com/ibm/icu/text/DateFormat.java index 4c78626215c..0fbf1cdb40a 100755 --- a/icu4j/src/com/ibm/icu/text/DateFormat.java +++ b/icu4j/src/com/ibm/icu/text/DateFormat.java @@ -188,9 +188,15 @@ public abstract class DateFormat extends UFormat { /** * FieldPosition selector for 'S' field alignment, * corresponding to the {@link Calendar.MILLISECOND} field. - * @stable ICU 2.0 + * @draft ICU 3.0 */ - public final static int MILLISECOND_FIELD = 8; + public final static int FRACTIONAL_SECOND_FIELD = 8; + + /** + * Alias for FRACTIONAL_SECOND_FIELD. + * @deprecated ICU 3.0 use FRACTIONAL_SECOND_FIELD. + */ + public final static int MILLISECOND_FIELD = FRACTIONAL_SECOND_FIELD; /** * FieldPosition selector for 'E' field alignment,