]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/execution/ExecutionSpec.java
Introduce JCR agent. Client agent not needed anymore.
[gpl/argeo-slc.git] / runtime / org.argeo.slc.specs / src / main / java / org / argeo / slc / execution / ExecutionSpec.java
index 899b76f9630a56b909c82fdbb27f365f699134d5..8111cc7d9cda529ef30cf76613283c0fa1a4ba2b 100644 (file)
@@ -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<String, ExecutionSpecAttribute> getAttributes();