mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8208560: ChoiceFormat class has unused constants needs cleanup
Reviewed-by: rriggs, naoto
This commit is contained in:
parent
24fe001ecb
commit
b2a6aa3e80
1 changed files with 0 additions and 4 deletions
|
@ -554,10 +554,6 @@ public class ChoiceFormat extends NumberFormat {
|
|||
*/
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue