X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.graph%2Fsrc%2Forg%2Fsimantics%2Fgraph%2Fstore%2FIStatementProcedure.java;fp=bundles%2Forg.simantics.graph%2Fsrc%2Forg%2Fsimantics%2Fgraph%2Fstore%2FIStatementProcedure.java;h=b82ab78a1c9ec84735156ca2fe26425119eb82da;hb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;hp=c5a2988a7c65a54d23a2b0aa9ddeccebb6a1a68e;hpb=24e2b34260f219f0d1644ca7a138894980e25b14;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.graph/src/org/simantics/graph/store/IStatementProcedure.java b/bundles/org.simantics.graph/src/org/simantics/graph/store/IStatementProcedure.java index c5a2988a7..b82ab78a1 100644 --- a/bundles/org.simantics.graph/src/org/simantics/graph/store/IStatementProcedure.java +++ b/bundles/org.simantics.graph/src/org/simantics/graph/store/IStatementProcedure.java @@ -1,5 +1,5 @@ -package org.simantics.graph.store; - -public interface IStatementProcedure { - public void execute(int s, int p, int o); -} +package org.simantics.graph.store; + +public interface IStatementProcedure { + public void execute(int s, int p, int o); +}