You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-context-support/src/test/java/org/springframework/validation/beanvalidation2/SpringValidatorAdapterTests.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ public class SpringValidatorAdapterTests {
74
74
75
75
@Before
76
76
publicvoidsetupSpringValidatorAdapter() {
77
-
messageSource.addMessage("Size", Locale.ENGLISH, "Size of {0} is must be between {2} and {1}");
77
+
messageSource.addMessage("Size", Locale.ENGLISH, "Size of {0} must be between {2} and {1}");
78
78
messageSource.addMessage("Same", Locale.ENGLISH, "{2} must be same value as {1}");
Copy file name to clipboardExpand all lines: spring-context/src/test/java/org/springframework/validation/beanvalidation/SpringValidatorAdapterTests.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ public class SpringValidatorAdapterTests {
71
71
72
72
@Before
73
73
publicvoidsetupSpringValidatorAdapter() {
74
-
messageSource.addMessage("Size", Locale.ENGLISH, "Size of {0} is must be between {2} and {1}");
74
+
messageSource.addMessage("Size", Locale.ENGLISH, "Size of {0} must be between {2} and {1}");
75
75
messageSource.addMessage("Same", Locale.ENGLISH, "{2} must be same value as {1}");
0 commit comments