X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=runtime%2Forg.argeo.slc.specs%2Fsrc%2Fmain%2Fjava%2Forg%2Fargeo%2Fslc%2Fexecution%2FExecutionModule.java;h=b8979897ffb6af853876f85f06282784dd06d55d;hb=e5249c75ef672c95d9cf5405b05cabf6083d18a6;hp=c95ff2d2c04a2c5e21d716906b649eec44df2b30;hpb=c83e59caa846134d0a2d5eff2485d994255c12cc;p=gpl%2Fargeo-slc.git diff --git a/runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/execution/ExecutionModule.java b/runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/execution/ExecutionModule.java index c95ff2d2c..b8979897f 100644 --- a/runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/execution/ExecutionModule.java +++ b/runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/execution/ExecutionModule.java @@ -6,8 +6,6 @@ public interface ExecutionModule { public String getVersion(); - public ExecutionContext getExecutionContext(); - public ExecutionModuleDescriptor getDescriptor(); public void execute(ExecutionFlowDescriptor descriptor);