]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/procedures/MergeEqualResources.java
Removed org.simantics.ltk[.antlr] bundles, exact import for antlr
[simantics/platform.git] / bundles / org.simantics.graph.compiler / src / org / simantics / graph / compiler / internal / procedures / MergeEqualResources.java
index 61658b1a855d1213f10347c865d350e1e79ff5dc..8346f998d96263ff2ab511c4073b9d944719bedf 100644 (file)
@@ -1,12 +1,12 @@
 package org.simantics.graph.compiler.internal.procedures;
 
-import gnu.trove.list.array.TIntArrayList;
-import gnu.trove.map.hash.TIntIntHashMap;
-
 import org.simantics.graph.query.Paths;
 import org.simantics.graph.store.GraphStore;
 import org.simantics.graph.store.IdentityStore;
 
+import gnu.trove.list.array.TIntArrayList;
+import gnu.trove.map.hash.TIntIntHashMap;
+
 public class MergeEqualResources implements Runnable {
 
        GraphStore store;