X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=runtime%2Forg.argeo.slc.support.equinox%2Fsrc%2Fmain%2Fjava%2Forg%2Fargeo%2Fslc%2Fexecution%2Fold%2FExecutionFlowFactory.java;h=8b35dda7109f0c07ccafea5508c02a23a89c2dc1;hb=34e590f37109dd9ff9aa4e12af04ee98779aa9e1;hp=c38d866d7f09fc2d58a40b4ea176aaa2afaa3469;hpb=5aa18045bcdd46992b9417f7864fec455e9fc979;p=gpl%2Fargeo-slc.git diff --git a/runtime/org.argeo.slc.support.equinox/src/main/java/org/argeo/slc/execution/old/ExecutionFlowFactory.java b/runtime/org.argeo.slc.support.equinox/src/main/java/org/argeo/slc/execution/old/ExecutionFlowFactory.java index c38d866d7..8b35dda71 100644 --- a/runtime/org.argeo.slc.support.equinox/src/main/java/org/argeo/slc/execution/old/ExecutionFlowFactory.java +++ b/runtime/org.argeo.slc.support.equinox/src/main/java/org/argeo/slc/execution/old/ExecutionFlowFactory.java @@ -5,8 +5,8 @@ import java.util.List; import java.util.Map; import org.argeo.slc.core.execution.DefaultExecutionFlow; +import org.argeo.slc.execution.Executable; import org.argeo.slc.execution.ExecutionFlow; -import org.argeo.slc.process.Executable; public class ExecutionFlowFactory { private List executables = new ArrayList();