X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=runtime%2Forg.argeo.slc.specs%2Fsrc%2Fmain%2Fjava%2Forg%2Fargeo%2Fslc%2Fexecution%2FExecutionSpec.java;h=8111cc7d9cda529ef30cf76613283c0fa1a4ba2b;hb=548235484edd6b48de5ddc3bbca318e0e49cb57b;hp=899b76f9630a56b909c82fdbb27f365f699134d5;hpb=f3e477b3048c639451df616cfa61564eae11efbb;p=gpl%2Fargeo-slc.git diff --git a/runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/execution/ExecutionSpec.java b/runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/execution/ExecutionSpec.java index 899b76f96..8111cc7d9 100644 --- a/runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/execution/ExecutionSpec.java +++ b/runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/execution/ExecutionSpec.java @@ -21,8 +21,6 @@ import java.util.Map; /** * The class implementing this interface defines the map of attributes that are * necessary for the corresponding ExecutionFlow. - * - * @author bsinou */ public interface ExecutionSpec { public Map getAttributes();