Browse Source

Fix typo in @⁠NumberFormat Javadoc

Closes gh-35742

Signed-off-by: Stefano Cordio <stefano.cordio@gmail.com>
pull/35814/head
Stefano Cordio 2 months ago committed by Sam Brannen
parent
commit
46503d6a45
  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

@ -36,7 +36,7 @@ import java.lang.annotation.Target; @@ -36,7 +36,7 @@ import java.lang.annotation.Target;
* annotation instance (the one most convenient one for your formatting needs).
* When the {@link #pattern} attribute is specified, it takes precedence over
* the {@link #style} attribute. When no annotation attributes are specified,
* the default format applied is style-based for either number of currency,
* the default format applied is style-based for either number or currency,
* depending on the annotated field or method parameter type.
*
* @author Keith Donald

Loading…
Cancel
Save