]> granicus.if.org Git - icu/commitdiff
ICU-21480 BRS69 ICU4J API signature file
authorYoshito Umaoka <yumaoka@users.noreply.github.com>
Mon, 15 Mar 2021 04:33:27 +0000 (00:33 -0400)
committerYoshito Umaoka <yumaoka@users.noreply.github.com>
Mon, 15 Mar 2021 19:40:04 +0000 (15:40 -0400)
- 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.

icu4j/eclipse-build/build.properties [deleted file]
icu4j/main/classes/core/src/com/ibm/icu/number/Precision.java
icu4j/tools/build/icu4j59.api3.gz [deleted file]
icu4j/tools/build/icu4j69.api3.gz [new file with mode: 0644]

diff --git a/icu4j/eclipse-build/build.properties b/icu4j/eclipse-build/build.properties
deleted file mode 100644 (file)
index 814c0b9..0000000
+++ /dev/null
@@ -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
index 31aded5285d06e6e3afc73c88f597edfca04710d..15fd8f2d1e6ad8dfb1ca6a96593859b59cbb079b 100644 (file)
@@ -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;
diff --git a/icu4j/tools/build/icu4j59.api3.gz b/icu4j/tools/build/icu4j59.api3.gz
deleted file mode 100644 (file)
index 1e44db0..0000000
Binary files a/icu4j/tools/build/icu4j59.api3.gz and /dev/null differ
diff --git a/icu4j/tools/build/icu4j69.api3.gz b/icu4j/tools/build/icu4j69.api3.gz
new file mode 100644 (file)
index 0000000..d4d6b26
Binary files /dev/null and b/icu4j/tools/build/icu4j69.api3.gz differ