X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.graph.compiler%2Fsrc%2Forg%2Fsimantics%2Fgraph%2Fcompiler%2Finternal%2Fstore%2FLocationStore.java;fp=bundles%2Forg.simantics.graph.compiler%2Fsrc%2Forg%2Fsimantics%2Fgraph%2Fcompiler%2Finternal%2Fstore%2FLocationStore.java;h=06cb7f28a0052cf503564dc7982ca073c957264b;hp=3c3799bf7561f536f030873ffef1237a4ab91c3a;hb=6b5821ad728bf2f127091cb36d57b87749a6532f;hpb=c2ab38c94029486a379c79a7b38604f1c03afa44 diff --git a/bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/store/LocationStore.java b/bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/store/LocationStore.java index 3c3799bf7..06cb7f28a 100644 --- a/bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/store/LocationStore.java +++ b/bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/store/LocationStore.java @@ -1,13 +1,13 @@ package org.simantics.graph.compiler.internal.store; +import org.simantics.graph.compiler.internal.ltk.Location; +import org.simantics.graph.store.IStore; +import org.simantics.graph.store.IndexMappingUtils; + import gnu.trove.map.hash.TIntIntHashMap; import gnu.trove.map.hash.TIntObjectHashMap; import gnu.trove.set.hash.TIntHashSet; -import org.simantics.graph.store.IStore; -import org.simantics.graph.store.IndexMappingUtils; -import org.simantics.ltk.Location; - public class LocationStore implements IStore { TIntObjectHashMap locations;