]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/procedures/AddConsistsOf.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 / AddConsistsOf.java
index 0c3d186dbf93e3d7b122a9388bd1861dfdb1e93f..753d4bdd2a47ca48ea3ae429bbcac64938031a40 100644 (file)
@@ -1,13 +1,13 @@
 package org.simantics.graph.compiler.internal.procedures;
 
-import gnu.trove.procedure.TObjectProcedure;
-
 import org.simantics.graph.query.Paths;
 import org.simantics.graph.store.GraphStore;
 import org.simantics.graph.store.IdentityStore;
 import org.simantics.graph.store.IdentityStore.ConsistsOf;
 import org.simantics.graph.store.StatementStore;
 
+import gnu.trove.procedure.TObjectProcedure;
+
 public class AddConsistsOf implements Runnable {
 
        GraphStore store;