X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.graph%2Fsrc%2Forg%2Fsimantics%2Fgraph%2Fstore%2FIStatementProcedure.java;h=b82ab78a1c9ec84735156ca2fe26425119eb82da;hb=1aa531775d5221775a583fb13f35332dfff8aae8;hp=c5a2988a7c65a54d23a2b0aa9ddeccebb6a1a68e;hpb=969bd23cab98a79ca9101af33334000879fb60c5;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); +}