Browse Source

Merge pull request #31938 from JuHyun419

* pr/31938:
  Fix typo in NumberFormat javadoc

Closes gh-31938
pull/31939/head
Stéphane Nicoll 2 years ago
parent
commit
777ff3f1a8
  1. 2
      spring-context/src/main/java/org/springframework/format/annotation/NumberFormat.java

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

@ -74,7 +74,7 @@ public @interface NumberFormat { @@ -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,

Loading…
Cancel
Save