Skip to content

Commit

Permalink
8282190: Typo in javadoc of java.time.format.DateTimeFormatter#getDec…
Browse files Browse the repository at this point in the history
…imalStyle

Reviewed-by: dfuchs, rriggs, lancea, iris
  • Loading branch information
jaikiran committed Feb 22, 2022
1 parent e1c98bd commit e0b4962
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1573,7 +1573,7 @@ public DateTimeFormatter localizedBy(Locale locale) {
/**
* 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() {
return decimalStyle;
Expand Down

1 comment on commit e0b4962

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.