]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.api/src/org/argeo/slc/execution/ExecutionFlow.java
First working version of SLC Runtime v2
[gpl/argeo-slc.git] / org.argeo.slc.api / src / org / argeo / slc / execution / ExecutionFlow.java
index 520f249df50f11cd22b172d420262a0d18615195..5ebcdf07de20f2d91ed3e205af79be5df144fef4 100644 (file)
@@ -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();
 }