Skip to content

Commit 348d637

Browse files
committedJul 31, 2017
ExistingActivationKey: replace spaces by tab.
Should be in ba82718 commit. No code changes.
1 parent ba82718 commit 348d637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/main/java/ru/mystamps/web/support/beanvalidation/ExistingActivationKey.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
@Constraint(validatedBy = ExistingActivationKeyValidator.class)
3535
@Documented
3636
public @interface ExistingActivationKey {
37-
// CheckStyle: ignore LineLength for next 1 line
37+
// CheckStyle: ignore LineLength for next 1 line
3838
String message() default "{ru.mystamps.web.support.beanvalidation.ExistingActivationKey.message}";
3939
Class<?>[] groups() default {};
4040
Class<? extends Payload>[] payload() default {};

0 commit comments

Comments
 (0)