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 2a675e4 commit 7858e9aCopy full SHA for 7858e9a
src/com/magento/idea/magento2plugin/actions/comparator/CompareTemplateAction.java
@@ -27,10 +27,10 @@
27
import com.magento.idea.magento2plugin.project.Settings;
28
import com.magento.idea.magento2plugin.util.RegExUtil;
29
import com.magento.idea.magento2plugin.util.magento.GetModuleNameByDirectoryUtil;
30
-import org.apache.commons.lang3.StringUtils;
31
import java.nio.file.Path;
32
import java.util.regex.Matcher;
33
import java.util.regex.Pattern;
+import org.apache.commons.lang3.StringUtils;
34
import org.jetbrains.annotations.NotNull;
35
import org.jetbrains.annotations.Nullable;
36
0 commit comments