--- old/src/java.base/share/classes/java/time/format/DecimalStyle.java 2018-06-08 09:37:41.136667371 -0700 +++ new/src/java.base/share/classes/java/time/format/DecimalStyle.java 2018-06-08 09:37:40.756667382 -0700 @@ -216,7 +216,6 @@ * * @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) {