]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/store/VariableStore.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 / store / VariableStore.java
index 7accba99302724492bc802ea193eb1dc143f0822..f3dde927dad8c8792f0c388c6cb969a46b61f5a5 100644 (file)
@@ -1,7 +1,5 @@
 package org.simantics.graph.compiler.internal.store;
 
-import gnu.trove.map.hash.TIntIntHashMap;
-
 import java.util.ArrayList;
 import java.util.List;
 
@@ -11,6 +9,8 @@ import org.simantics.graph.compiler.SourceInfo.SourceFile;
 import org.simantics.graph.compiler.SourceInfo.Variable;
 import org.simantics.graph.store.IStore;
 
+import gnu.trove.map.hash.TIntIntHashMap;
+
 public class VariableStore implements IStore {
        
        public List<SourceFile> sourceFiles = new ArrayList<SourceFile>();