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.
1 parent ba82718 commit 348d637Copy full SHA for 348d637
src/main/java/ru/mystamps/web/support/beanvalidation/ExistingActivationKey.java
@@ -34,7 +34,7 @@
34
@Constraint(validatedBy = ExistingActivationKeyValidator.class)
35
@Documented
36
public @interface ExistingActivationKey {
37
- // CheckStyle: ignore LineLength for next 1 line
+ // CheckStyle: ignore LineLength for next 1 line
38
String message() default "{ru.mystamps.web.support.beanvalidation.ExistingActivationKey.message}";
39
Class<?>[] groups() default {};
40
Class<? extends Payload>[] payload() default {};
0 commit comments