8282190: Typo in javadoc of java.time.format.DateTimeFormatter#getDecimalStyle
Reviewed-by: dfuchs, rriggs, lancea, iris
This commit is contained in:
parent
e1c98bd1f2
commit
e0b49629e9
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user