]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/procedures/DefaultValueTyping.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 / DefaultValueTyping.java
index 98ae7b943a6e1bdbc588c124e9070e6db8d1762f..288faf010217354900a597cfaafbc87073b6d5d1 100644 (file)
@@ -1,14 +1,14 @@
 package org.simantics.graph.compiler.internal.procedures;
 
-import gnu.trove.procedure.TIntObjectProcedure;
-import gnu.trove.set.hash.TIntHashSet;
-
 import org.simantics.graph.compiler.internal.store.IPreValue;
 import org.simantics.graph.compiler.internal.store.PreValueStore;
 import org.simantics.graph.query.Path;
 import org.simantics.graph.query.Paths;
 import org.simantics.graph.store.GraphStore;
 
+import gnu.trove.procedure.TIntObjectProcedure;
+import gnu.trove.set.hash.TIntHashSet;
+
 public class DefaultValueTyping implements Runnable {
 
        GraphStore store;