We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1f9a9cf + 1bccc8f commit ad7285dCopy full SHA for ad7285d
spring-context/src/main/java/org/springframework/format/annotation/DateTimeFormat.java
@@ -41,7 +41,7 @@
41
* <p>Each attribute is mutually exclusive, so only set one attribute per annotation instance
42
* (the one most convenient one for your formatting needs).
43
* When the pattern attribute is specified, it takes precedence over both the style and ISO attribute.
44
- * When the {@link #iso} attribute is specified, if takes precedence over the style attribute.
+ * When the {@link #iso} attribute is specified, it takes precedence over the style attribute.
45
* When no annotation attributes are specified, the default format applied is style-based
46
* with a style code of 'SS' (short date, short time).
47
*
0 commit comments