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 a63c19c commit b4931b1Copy full SHA for b4931b1
src/com/magento/idea/magento2plugin/actions/generation/dialog/validator/NewCronGroupValidator.java
@@ -14,7 +14,6 @@
14
15
@SuppressWarnings({"PMD.OnlyOneReturn", "PMD.NonThreadSafeSingleton"})
16
public class NewCronGroupValidator {
17
- private static final String MUST_NOT_BE_NEGATIVE = "validator.mustNotBeNegative";
18
private static NewCronGroupValidator instance;
19
private final ValidatorBundle validatorBundle;
20
private final CommonBundle commonBundle;
0 commit comments