Fix typo in NumberFormat javadoc

See gh-31938
This commit is contained in:
juhyun
2024-01-03 22:11:48 +09:00
committed by Stéphane Nicoll
parent bf3a478990
commit 89466cb33c

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,