Merge pull request #31938 from JuHyun419

* pr/31938:
  Fix typo in NumberFormat javadoc

Closes gh-31938
This commit is contained in:
Stéphane Nicoll 2024-01-03 14:27:56 +01:00
commit 777ff3f1a8
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ public @interface NumberFormat {
/**
* The default format for the annotated type: typically 'number' but possibly
* 'currency' for a money type (e.g. {@code javax.money.MonetaryAmount)}.
* 'currency' for a money type (e.g. {@code javax.money.MonetaryAmount}).
* @since 4.2
*/
DEFAULT,