Skip to content

Commit e0b4962

Browse files
committedFeb 22, 2022
8282190: Typo in javadoc of java.time.format.DateTimeFormatter#getDecimalStyle
Reviewed-by: dfuchs, rriggs, lancea, iris
1 parent e1c98bd commit e0b4962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/java.base/share/classes/java/time/format/DateTimeFormatter.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1573,7 +1573,7 @@ public DateTimeFormatter localizedBy(Locale locale) {
15731573
/**
15741574
* Gets the DecimalStyle to be used during formatting.
15751575
*
1576-
* @return the locale of this formatter, not null
1576+
* @return the DecimalStyle of this formatter, not null
15771577
*/
15781578
public DecimalStyle getDecimalStyle() {
15791579
return decimalStyle;

0 commit comments

Comments
 (0)
Please sign in to comment.