ICU-22220 Update ICU4J API status

This commit is contained in:
Craig 2023-02-28 08:27:00 -08:00 committed by Craig Cornelius
parent 5c07ee700b
commit bca85d4641
2 changed files with 3 additions and 3 deletions

View 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) {

View 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");