Skip to content

Commit 21d4b77

Browse files
committed
style(FieldsMismatch): add a space.
Should be in 6d29f85 commit. No code changes.
1 parent 6d29f85 commit 21d4b77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/ru/mystamps/web/support/beanvalidation/FieldsMismatch.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
/**
4343
* Allow to place several {@code @FieldsMismatch} annotations on the same element.
4444
*/
45-
@Target({TYPE, ANNOTATION_TYPE })
45+
@Target({ TYPE, ANNOTATION_TYPE })
4646
@Retention(RUNTIME)
4747
@Documented
4848
@interface List {

0 commit comments

Comments
 (0)