mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
parent
749c4a054b
commit
170d8a7fae
12 changed files with 62 additions and 61 deletions
|
@ -3049,7 +3049,7 @@ public final class DateTimeFormatterBuilder {
|
|||
* Prints and parses a numeric date-time field with optional padding.
|
||||
*/
|
||||
static final class FractionPrinterParser extends NumberPrinterParser {
|
||||
private final boolean decimalPoint;
|
||||
private final boolean decimalPoint;
|
||||
|
||||
/**
|
||||
* Constructor.
|
||||
|
|
|
@ -216,7 +216,6 @@ public final class DecimalStyle {
|
|||
*
|
||||
* @param zeroDigit the character for zero
|
||||
* @return a copy with a new character that represents zero, not null
|
||||
|
||||
*/
|
||||
public DecimalStyle withZeroDigit(char zeroDigit) {
|
||||
if (zeroDigit == this.zeroDigit) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue