mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-22220 Update ICU4J API status
This commit is contained in:
parent
5c07ee700b
commit
bca85d4641
2 changed files with 3 additions and 3 deletions
|
@ -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) {
|
||||
|
|
|
@ -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");
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue