We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1c98bd commit e0b4962Copy full SHA for e0b4962
src/java.base/share/classes/java/time/format/DateTimeFormatter.java
@@ -1573,7 +1573,7 @@ public DateTimeFormatter localizedBy(Locale locale) {
1573
/**
1574
* Gets the DecimalStyle to be used during formatting.
1575
*
1576
- * @return the locale of this formatter, not null
+ * @return the DecimalStyle of this formatter, not null
1577
*/
1578
public DecimalStyle getDecimalStyle() {
1579
return decimalStyle;
0 commit comments