8282190: Typo in javadoc of java.time.format.DateTimeFormatter#getDecimalStyle

Reviewed-by: dfuchs, rriggs, lancea, iris
This commit is contained in:
Jaikiran Pai 2022-02-22 01:39:28 +00:00
parent e1c98bd1f2
commit e0b49629e9

View File

@ -1573,7 +1573,7 @@ public final class DateTimeFormatter {
/** /**
* Gets the DecimalStyle to be used during formatting. * Gets the DecimalStyle to be used during formatting.
* *
* @return the locale of this formatter, not null * @return the DecimalStyle of this formatter, not null
*/ */
public DecimalStyle getDecimalStyle() { public DecimalStyle getDecimalStyle() {
return decimalStyle; return decimalStyle;