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 756c8f4 commit 2a675e4Copy full SHA for 2a675e4
src/com/magento/idea/magento2plugin/actions/comparator/CompareTemplateAction.java
@@ -28,12 +28,11 @@
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 org.jetbrains.annotations.NotNull;
32
-import org.jetbrains.annotations.Nullable;
33
-
34
import java.nio.file.Path;
35
import java.util.regex.Matcher;
36
import java.util.regex.Pattern;
+import org.jetbrains.annotations.NotNull;
+import org.jetbrains.annotations.Nullable;
37
38
public class CompareTemplateAction extends AnAction {
39
0 commit comments