mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
8343453: Modernize FloatingDecimal tests
Reviewed-by: darcy
This commit is contained in:
parent
847f65c14a
commit
bf374c33f5
5 changed files with 39 additions and 3200 deletions
|
@ -1872,7 +1872,7 @@ public class FloatingDecimal{
|
|||
}
|
||||
} // look for and process decimal floating-point string
|
||||
|
||||
byte[] digits = new byte[ len ];
|
||||
byte[] digits = new byte[len];
|
||||
boolean decSeen = false;
|
||||
int nDigits = 0;
|
||||
int decPt = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue