mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Fix typo in NumberFormat javadoc
See gh-31938
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user