OpenJDK / amber / amber
changeset 51967:b095f437af22
8208560: ChoiceFormat class has unused constants needs cleanup
Reviewed-by: rriggs, naoto
author | nishjain |
---|---|
date | Wed, 01 Aug 2018 18:02:25 +0530 |
parents | 24904e14794b |
children | 04183bf08bff |
files | src/java.base/share/classes/java/text/ChoiceFormat.java |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/java.base/share/classes/java/text/ChoiceFormat.java Wed Aug 01 12:36:02 2018 +0530 +++ b/src/java.base/share/classes/java/text/ChoiceFormat.java Wed Aug 01 18:02:25 2018 +0530 @@ -554,10 +554,6 @@ */ private String[] choiceFormats; - static final long SIGN = 0x8000000000000000L; - static final long EXPONENT = 0x7FF0000000000000L; - static final long POSITIVEINFINITY = 0x7FF0000000000000L; - /** * Finds the least double greater than {@code d} (if {@code positive} is * {@code true}), or the greatest double less than {@code d} (if