]> granicus.if.org Git - icu/commitdiff
ICU-22220 Update ICU4J API status
authorCraig <ccornelius@google.com>
Tue, 28 Feb 2023 16:27:00 +0000 (08:27 -0800)
committerCraig Cornelius <cwcornelius@gmail.com>
Sat, 4 Mar 2023 02:18:24 +0000 (02:18 +0000)
icu4j/main/classes/core/src/com/ibm/icu/text/DateTimePatternGenerator.java
icu4j/main/classes/core/src/com/ibm/icu/text/NumberFormat.java

index 904e7a1677b888700fa37344fa385fc0332c1cfa..35e8719648bf797212ce9bfb510eafef8a7360ff 100644 (file)
@@ -1077,7 +1077,7 @@ public class DateTimePatternGenerator implements Freezable<DateTimePatternGenera
      *              be thrown if out of range.
      * @param dateTimeFormat
      *              the new dateTimeFormat to set for the specified style
-     * @draft ICU 71
+     * @stable ICU 71
      */
     public void setDateTimeFormat(int style, String dateTimeFormat) {
         if (style < DateFormat.FULL || style > DateFormat.SHORT) {
@@ -1095,7 +1095,7 @@ public class DateTimePatternGenerator implements Freezable<DateTimePatternGenera
      *              be thrown if out of range.
      * @return
      *              the current dateTimeFormat for the specified style.
-     * @draft ICU 71
+     * @stable ICU 71
      */
     public String getDateTimeFormat(int style) {
         if (style < DateFormat.FULL || style > DateFormat.SHORT) {
index b9ba1d9a5857c659443a385c0aa2e4394df118b5..c5aaf51699ab701ba45931dd3cc24f6a8489a18d 100644 (file)
@@ -1971,7 +1971,7 @@ public abstract class NumberFormat extends UFormat {
 
         /**
          * Approximately sign. In ICU 70, this was categorized under the generic SIGN field.
-         * @draft ICU 71
+         * @stable ICU 71
          */
         public static final Field APPROXIMATELY_SIGN = new Field("approximately sign");