ICU-21581 BRS70RC Adding API signature file for ICU4J 70

Also fixed API doc tag problem in DacimalFormatSymbols.java. Deleted ICU4J 60 API signature file.
This commit is contained in:
Yoshito Umaoka 2021-09-27 02:23:41 -04:00
parent 21169d55cd
commit 4e70788350
3 changed files with 6 additions and 2 deletions

View file

@ -821,15 +821,19 @@ public class DecimalFormatSymbols implements Cloneable, Serializable {
}
/**
* @internal Technical Preview
* @internal ICU 70 technology preview
* @deprecated This API is for technology preview only.
*/
@Deprecated
public String getApproximatelySignString() {
return approximatelyString;
}
/**
* @internal Technical Preview
* @internal ICU 70 technology preview
* @deprecated This API is for technology preview only.
*/
@Deprecated
public void setApproximatelySignString(String approximatelySignString) {
if (approximatelySignString == null) {
throw new NullPointerException("The input plus sign is null");

Binary file not shown.

Binary file not shown.