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%2FAddConsistsOf.java;h=753d4bdd2a47ca48ea3ae429bbcac64938031a40;hp=0c3d186dbf93e3d7b122a9388bd1861dfdb1e93f;hb=6b5821ad728bf2f127091cb36d57b87749a6532f;hpb=c2ab38c94029486a379c79a7b38604f1c03afa44 diff --git a/bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/procedures/AddConsistsOf.java b/bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/procedures/AddConsistsOf.java index 0c3d186db..753d4bdd2 100644 --- a/bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/procedures/AddConsistsOf.java +++ b/bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/procedures/AddConsistsOf.java @@ -1,13 +1,13 @@ package org.simantics.graph.compiler.internal.procedures; -import gnu.trove.procedure.TObjectProcedure; - import org.simantics.graph.query.Paths; import org.simantics.graph.store.GraphStore; import org.simantics.graph.store.IdentityStore; import org.simantics.graph.store.IdentityStore.ConsistsOf; import org.simantics.graph.store.StatementStore; +import gnu.trove.procedure.TObjectProcedure; + public class AddConsistsOf implements Runnable { GraphStore store;