X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=runtime%2Forg.argeo.slc.specs%2Fsrc%2Fmain%2Fjava%2Forg%2Fargeo%2Fslc%2Fexecution%2FExecutionFlow.java;fp=runtime%2Forg.argeo.slc.specs%2Fsrc%2Fmain%2Fjava%2Forg%2Fargeo%2Fslc%2Fexecution%2FExecutionFlow.java;h=387e5eac14f1592fb4793f05fae95fa3e2ec2fcc;hb=a050d4c27325c65fc04e7eed5b63b5f8ea117df0;hp=f9e737ccfcd73842c788091da8084e28c1cdaa9f;hpb=9610da4b60d2b6d9e135d1b5a3d801e82701f73f;p=gpl%2Fargeo-slc.git diff --git a/runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/execution/ExecutionFlow.java b/runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/execution/ExecutionFlow.java index f9e737ccf..387e5eac1 100644 --- a/runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/execution/ExecutionFlow.java +++ b/runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/execution/ExecutionFlow.java @@ -31,10 +31,4 @@ public interface ExecutionFlow extends Runnable { * interpreted by UIs as a hierarchy; */ public String getName(); - - /** - * @deprecated will be removed in SLC 2.0, the path should be the part of - * the name with '/' - */ - public String getPath(); }