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%2Fprocedures%2FDefaultValueTyping.java;h=288faf010217354900a597cfaafbc87073b6d5d1;hp=98ae7b943a6e1bdbc588c124e9070e6db8d1762f;hb=6b5821ad728bf2f127091cb36d57b87749a6532f;hpb=c2ab38c94029486a379c79a7b38604f1c03afa44 diff --git a/bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/procedures/DefaultValueTyping.java b/bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/procedures/DefaultValueTyping.java index 98ae7b943..288faf010 100644 --- a/bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/procedures/DefaultValueTyping.java +++ b/bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/procedures/DefaultValueTyping.java @@ -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;