Skip to content

Commit 591b15d

Browse files
author
Vitaliy Boyko
committed
Fixed the automerge issue
1 parent 749faf3 commit 591b15d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/com/magento/idea/magento2plugin/util/magento/GetModuleNameByDirectoryUtil.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ public final class GetModuleNameByDirectoryUtil {
2020
public static final int THEME_SPLIT_COUNT = 1;
2121
public static final String THEME_DIRECTORY_REGEX = "app\\/design\\/(adminhtml|frontend)\\/";
2222

23-
public static final int THEME_SPLIT_COUNT = 1;
24-
public static final String THEME_DIRECTORY_REGEX = "app\\/design\\/(adminhtml|frontend)\\/";
25-
2623
private GetModuleNameByDirectoryUtil() {}
2724

2825
/**

0 commit comments

Comments
 (0)