Skip to content

Commit 029ac40

Browse files
committed
Minor refactors
1 parent 9fcd687 commit 029ac40

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

src/com/magento/idea/magento2plugin/actions/generation/dialog/validator/rule/BoxNotEmptyRule.java

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* Copyright © Magento, Inc. All rights reserved.
3+
* See COPYING.txt for license details.
4+
*/
5+
16
package com.magento.idea.magento2plugin.actions.generation.dialog.validator.rule;
27

38
public class BoxNotEmptyRule implements ValidationRule {
@@ -12,4 +17,4 @@ public boolean check(final String value) {
1217
public static ValidationRule getInstance() {
1318
return INSTANCE;
1419
}
15-
}
20+
}

src/com/magento/idea/magento2plugin/actions/generation/dialog/validator/rule/ConfigPathRule.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* Copyright © Magento, Inc. All rights reserved.
3+
* See COPYING.txt for license details.
4+
*/
5+
16
package com.magento.idea.magento2plugin.actions.generation.dialog.validator.rule;
27

38
import com.magento.idea.magento2plugin.util.RegExUtil;

src/com/magento/idea/magento2plugin/actions/generation/dialog/validator/rule/CronScheduleRule.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* Copyright © Magento, Inc. All rights reserved.
3+
* See COPYING.txt for license details.
4+
*/
5+
16
package com.magento.idea.magento2plugin.actions.generation.dialog.validator.rule;
27

38
import com.magento.idea.magento2plugin.util.RegExUtil;

0 commit comments

Comments
 (0)