]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/DefaultExecutionFlowDescriptorConverter.java
Remove usage of flow path in ExecutionFlowGenerator
[gpl/argeo-slc.git] / runtime / org.argeo.slc.core / src / main / java / org / argeo / slc / core / execution / DefaultExecutionFlowDescriptorConverter.java
index a5a9662158e0de5ba9cb536d474b4f492775f3e0..ce523a082ea2d0ed8ebad9d699579b980e0a059c 100644 (file)
@@ -164,7 +164,6 @@ public class DefaultExecutionFlowDescriptorConverter implements
                md.getExecutionFlows().addAll(set);
        }
 
-       @SuppressWarnings("deprecation")
        public ExecutionFlowDescriptor getExecutionFlowDescriptor(
                        ExecutionFlow executionFlow) {
                if (executionFlow.getName() == null)
@@ -212,10 +211,10 @@ public class DefaultExecutionFlowDescriptorConverter implements
 
                ExecutionFlowDescriptor efd = new ExecutionFlowDescriptor(name, values,
                                executionSpec);
-               if (executionFlow.getPath() != null)
-                       efd.setPath(executionFlow.getPath());
-               else
-                       efd.setPath("");
+//             if (executionFlow.getPath() != null)
+//                     efd.setPath(executionFlow.getPath());
+//             else
+//                     efd.setPath("");
 
                // Takes description from spring
                BeanFactory bf = getBeanFactory();