X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=runtime%2Forg.argeo.slc.specs%2Fsrc%2Fmain%2Fjava%2Forg%2Fargeo%2Fslc%2Fexecution%2FExecutionFlowDescriptor.java;h=77cc268169f81d0845b0f083f23049e357f02b69;hb=827cc6fa4bff1994f89cb8d925808def5600b5dc;hp=f4329309996bc9fd6ee855be9731415953bcf446;hpb=58efbefd4194e7b3b9da463964bd791a759702f2;p=gpl%2Fargeo-slc.git diff --git a/runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/execution/ExecutionFlowDescriptor.java b/runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/execution/ExecutionFlowDescriptor.java index f43293099..77cc26816 100644 --- a/runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/execution/ExecutionFlowDescriptor.java +++ b/runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/execution/ExecutionFlowDescriptor.java @@ -39,10 +39,6 @@ import java.util.Map; * * Generally, values object are either a PrimitiveAccessor or a * RefValue but can be other objects. - * - * @author bsinou - * - * */ public class ExecutionFlowDescriptor implements Serializable { private static final long serialVersionUID = 7101944857038041216L; @@ -66,10 +62,18 @@ public class ExecutionFlowDescriptor implements Serializable { return name; } + /** + * @deprecated will be removed in SLC 2.0, the path should be the part of + * the name with '/' + */ public String getPath() { return path; } + /** + * @deprecated will be removed in SLC 2.0, the path should be the part of + * the name with '/' + */ public void setPath(String path) { this.path = path; }