mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 05:25:34 +00:00
ICU-21480 BRS69 ICU4J API signature file
- Supplied missing API comment to com.ibm.icu.nubmer.Precision#trailingZeroDisplay(TrailingZeroDisplay) - Generated API signature file for ICU4J 69.1 and added to the repository - Delete ICU4J 59 API signature file - Deleted unused icu4j/eclipse-build/build.properties. The folder eclipse-build was deleted, but someone worked on ICU version seemed to add it back again. Delete it again.
This commit is contained in:
parent
34030d911e
commit
e9b4964f00
4 changed files with 7 additions and 9 deletions
|
@ -1,9 +0,0 @@
|
|||
# Copyright (C) 2016 and later: Unicode, Inc. and others.
|
||||
# License & terms of use: http://www.unicode.org/copyright.html
|
||||
#*******************************************************************************
|
||||
#* Copyright (C) 2010-2016, International Business Machines Corporation and *
|
||||
#* others. All Rights Reserved. *
|
||||
#*******************************************************************************
|
||||
icu4j.plugin.impl.version.string=69.1.0
|
||||
copyright.eclipse=(C) 2016 and later: Unicode, Inc. and others. License & terms of use: http://www.unicode.org/copyright.html
|
||||
icu4j.data.version.number=69
|
|
@ -339,6 +339,13 @@ public abstract class Precision {
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Configure how trailing zeros are displayed on numbers. For example, to hide trailing zeros
|
||||
* when the number is an integer, use HIDE_IF_WHOLE.
|
||||
*
|
||||
* @param trailingZeroDisplay Option to configure the display of trailing zeros.
|
||||
* @draft ICU 69
|
||||
*/
|
||||
public Precision trailingZeroDisplay(TrailingZeroDisplay trailingZeroDisplay) {
|
||||
Precision result = this.createCopy();
|
||||
result.trailingZeroDisplay = trailingZeroDisplay;
|
||||
|
|
Binary file not shown.
BIN
icu4j/tools/build/icu4j69.api3.gz
Normal file
BIN
icu4j/tools/build/icu4j69.api3.gz
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue