mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 14:05:32 +00:00
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:
parent
21169d55cd
commit
4e70788350
3 changed files with 6 additions and 2 deletions
|
@ -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.
BIN
icu4j/tools/build/icu4j70.api3.gz
Normal file
BIN
icu4j/tools/build/icu4j70.api3.gz
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue