mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue