Skip to content

Commit 89466cb

Browse files
JuHyun419snicoll
authored andcommitted
Fix typo in NumberFormat javadoc
See gh-31938
1 parent bf3a478 commit 89466cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-context/src/main/java/org/springframework/format/annotation/NumberFormat.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ enum Style {
7474

7575
/**
7676
* The default format for the annotated type: typically 'number' but possibly
77-
* 'currency' for a money type (e.g. {@code javax.money.MonetaryAmount)}.
77+
* 'currency' for a money type (e.g. {@code javax.money.MonetaryAmount}).
7878
* @since 4.2
7979
*/
8080
DEFAULT,

0 commit comments

Comments
 (0)