Skip to content

Commit 77fa261

Browse files
author
Vitaliy
authored
Merge pull request #74 from eduard13/missing-packages-issue
Removing the not used packages that breaking the running IDE
2 parents a3ba8f1 + d9cdb0a commit 77fa261

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/com/magento/idea/magento2plugin/reference/provider/mftf/PageReferenceProvider.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,9 @@
1313
import com.intellij.util.ProcessingContext;
1414
import com.intellij.util.indexing.FileBasedIndex;
1515
import com.magento.idea.magento2plugin.reference.xml.PolyVariantReferenceBase;
16-
import com.magento.idea.magento2plugin.stubs.indexes.mftf.ActionGroupIndex;
1716
import com.magento.idea.magento2plugin.stubs.indexes.mftf.PageIndex;
1817
import com.magento.idea.magento2plugin.xml.XmlPsiTreeUtil;
1918
import org.jetbrains.annotations.NotNull;
20-
import sun.jvm.hotspot.debugger.Page;
2119

2220
import java.util.ArrayList;
2321
import java.util.Collection;

0 commit comments

Comments
 (0)