ICU-22325 BRS74 ICU4J API signature file

This commit is contained in:
yumaoka 2023-10-03 15:19:58 -04:00 committed by Yoshito Umaoka
parent c587069895
commit 1651e63b33
5 changed files with 7 additions and 5 deletions

View file

@ -243,6 +243,6 @@ VersionInfo
</ul>
<hr/>
<p><i><font size="-1">Contents generated by ReportAPI tool on Thu Sep 21 10:51:41 PDT 2023<br/>© 2023 and later: Unicode, Inc. and others. License & terms of use: <a href="http://www.unicode.org/copyright.html">http://www.unicode.org/copyright.html</a></font></i></p>
<p><i><font size="-1">Contents generated by ReportAPI tool on Tue Oct 03 15:39:12 EDT 2023<br/>© 2023 and later: Unicode, Inc. and others. License & terms of use: <a href="http://www.unicode.org/copyright.html">http://www.unicode.org/copyright.html</a></font></i></p>
</body>
</html>

View file

@ -355,6 +355,7 @@ public class PersonNameFormatter {
* @deprecated This API is for debugging only.
*/
@Override
@Deprecated
public String toString() {
return impl.toString();
}

View file

@ -2179,13 +2179,13 @@ public abstract class Calendar implements Serializable, Cloneable, Comparable<Ca
}
/**
* @internal
* @deprecated This API is ICU internal only.
* Use this function instead of internalGet(MONTH). The implementation
* check the timestamp of MONTH and ORDINAL_MONTH and use the
* one set later. The subclass should override it to conver the value of ORDINAL_MONTH
* to MONTH correctly if ORDINAL_MONTH has higher priority.
* @return the value for the given time field.
* @internal
* @deprecated This API is ICU internal only.
*/
@Deprecated
protected int internalGetMonth()
@ -2197,8 +2197,6 @@ public abstract class Calendar implements Serializable, Cloneable, Comparable<Ca
}
/**
* @internal
* @deprecated This API is ICU internal only.
* Use this function instead of internalGet(MONTH, defaultValue). The implementation
* check the timestamp of MONTH and ORDINAL_MONTH and use the
* one set later. The subclass should override it to conver the value of ORDINAL_MONTH
@ -2206,7 +2204,10 @@ public abstract class Calendar implements Serializable, Cloneable, Comparable<Ca
* @param defaultValue a default value used if the MONTH and
* ORDINAL_MONTH are both unset.
* @return the value for the MONTH.
* @internal
* @deprecated This API is ICU internal only.
*/
@Deprecated
protected int internalGetMonth(int defaultValue) {
if (resolveFields(MONTH_PRECEDENCE) == MONTH) {
return internalGet(MONTH, defaultValue);

Binary file not shown.

Binary file not shown.