X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.graph.compiler%2Fsrc%2Forg%2Fsimantics%2Fgraph%2Fcompiler%2Finternal%2Fstore%2FVariableStore.java;fp=bundles%2Forg.simantics.graph.compiler%2Fsrc%2Forg%2Fsimantics%2Fgraph%2Fcompiler%2Finternal%2Fstore%2FVariableStore.java;h=f3dde927dad8c8792f0c388c6cb969a46b61f5a5;hb=6b5821ad728bf2f127091cb36d57b87749a6532f;hp=7accba99302724492bc802ea193eb1dc143f0822;hpb=c2ab38c94029486a379c79a7b38604f1c03afa44;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/store/VariableStore.java b/bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/store/VariableStore.java index 7accba993..f3dde927d 100644 --- a/bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/store/VariableStore.java +++ b/bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/store/VariableStore.java @@ -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 sourceFiles = new ArrayList();