X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=org.argeo.slc.api%2Fsrc%2Forg%2Fargeo%2Fslc%2Fexecution%2FExecutionFlow.java;h=5ebcdf07de20f2d91ed3e205af79be5df144fef4;hb=7d137263a92df9bb874f9c900524dfce640495e6;hp=520f249df50f11cd22b172d420262a0d18615195;hpb=0bdf6d74bb140c84fe996586df694bda616ae28b;p=gpl%2Fargeo-slc.git diff --git a/org.argeo.slc.api/src/org/argeo/slc/execution/ExecutionFlow.java b/org.argeo.slc.api/src/org/argeo/slc/execution/ExecutionFlow.java index 520f249df..5ebcdf07d 100644 --- a/org.argeo.slc.api/src/org/argeo/slc/execution/ExecutionFlow.java +++ b/org.argeo.slc.api/src/org/argeo/slc/execution/ExecutionFlow.java @@ -36,7 +36,7 @@ public interface ExecutionFlow extends Runnable { /** * If there is one and only one runnable wrapped return it, throw an - * exeception otherwise. + * exception otherwise. */ public Runnable getRunnable(); @@ -45,10 +45,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(); }