File tree Expand file tree Collapse file tree 3 files changed +16
-1
lines changed
src/com/magento/idea/magento2plugin/actions/generation/dialog/validator/rule Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright © Magento, Inc. All rights reserved.
3
+ * See COPYING.txt for license details.
4
+ */
5
+
1
6
package com .magento .idea .magento2plugin .actions .generation .dialog .validator .rule ;
2
7
3
8
public class BoxNotEmptyRule implements ValidationRule {
@@ -12,4 +17,4 @@ public boolean check(final String value) {
12
17
public static ValidationRule getInstance () {
13
18
return INSTANCE ;
14
19
}
15
- }
20
+ }
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright © Magento, Inc. All rights reserved.
3
+ * See COPYING.txt for license details.
4
+ */
5
+
1
6
package com .magento .idea .magento2plugin .actions .generation .dialog .validator .rule ;
2
7
3
8
import com .magento .idea .magento2plugin .util .RegExUtil ;
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright © Magento, Inc. All rights reserved.
3
+ * See COPYING.txt for license details.
4
+ */
5
+
1
6
package com .magento .idea .magento2plugin .actions .generation .dialog .validator .rule ;
2
7
3
8
import com .magento .idea .magento2plugin .util .RegExUtil ;
You can’t perform that action at this time.
0 commit comments