Skip to content

Commit ad7285d

Browse files
committed
Merge pull request #1027 from Youmoo/patch-2
* pr/1027: Fix typo
2 parents 1f9a9cf + 1bccc8f commit ad7285d

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/DateTimeFormat.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
* <p>Each attribute is mutually exclusive, so only set one attribute per annotation instance
4242
* (the one most convenient one for your formatting needs).
4343
* 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.
44+
* When the {@link #iso} attribute is specified, it takes precedence over the style attribute.
4545
* When no annotation attributes are specified, the default format applied is style-based
4646
* with a style code of 'SS' (short date, short time).
4747
*

0 commit comments

Comments
 (0)