From 93256d3f9eab07124bc7812aba4eeedf156e9086 Mon Sep 17 00:00:00 2001 From: Markus Scherer Date: Mon, 29 Feb 2016 22:18:03 +0000 Subject: [PATCH] ICU-12067 withdraw TIME_SEPARATOR date/time field X-SVN-Rev: 38441 --- .../classes/core/src/com/ibm/icu/text/DateFormat.java | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/icu4j/main/classes/core/src/com/ibm/icu/text/DateFormat.java b/icu4j/main/classes/core/src/com/ibm/icu/text/DateFormat.java index eb337f57ab5..fd6666f9f91 100644 --- a/icu4j/main/classes/core/src/com/ibm/icu/text/DateFormat.java +++ b/icu4j/main/classes/core/src/com/ibm/icu/text/DateFormat.java @@ -471,9 +471,10 @@ public abstract class DateFormat extends UFormat { * {@icu} FieldPosition selector time separator, * no related Calendar field. No pattern character is currently * defined for this. - * @draft ICU 55 - * @provisional This API might change or be removed in a future release. + * @internal + * @deprecated This API is ICU internal only. */ + @Deprecated public final static int TIME_SEPARATOR = 37; /** @@ -2462,9 +2463,10 @@ public abstract class DateFormat extends UFormat { /** * Constant identifying the time separator field. - * @draft ICU 55 - * @provisional This API might change or be removed in a future release. + * @internal + * @deprecated This API is ICU internal only. */ + @Deprecated public static final Field TIME_SEPARATOR = new Field("time separator", -1); // Stand alone types are variants for its base types. So we do not define Field for -- 2.40.0