X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=org.argeo.slc.runtime%2Fsrc%2Forg%2Fargeo%2Fslc%2Fruntime%2FProcessThread.java;h=8df7caa8e081a065106be68c2c0733156e5bc4ea;hb=refs%2Fremotes%2Fgithub%2Funstable;hp=33ea9f07ae6f0ddfe26b29127df8986e9dbe4828;hpb=8b6ef8eb76eb746509b2f48f1d927f532d0c986a;p=gpl%2Fargeo-slc.git diff --git a/org.argeo.slc.runtime/src/org/argeo/slc/runtime/ProcessThread.java b/org.argeo.slc.runtime/src/org/argeo/slc/runtime/ProcessThread.java index 33ea9f07a..8df7caa8e 100644 --- a/org.argeo.slc.runtime/src/org/argeo/slc/runtime/ProcessThread.java +++ b/org.argeo.slc.runtime/src/org/argeo/slc/runtime/ProcessThread.java @@ -13,11 +13,11 @@ import java.util.Set; import javax.security.auth.Subject; -import org.argeo.slc.SlcException; -import org.argeo.slc.execution.ExecutionModulesManager; -import org.argeo.slc.execution.ExecutionProcess; -import org.argeo.slc.execution.ExecutionStep; -import org.argeo.slc.execution.RealizedFlow; +import org.argeo.api.slc.SlcException; +import org.argeo.api.slc.execution.ExecutionModulesManager; +import org.argeo.api.slc.execution.ExecutionProcess; +import org.argeo.api.slc.execution.ExecutionStep; +import org.argeo.api.slc.execution.RealizedFlow; /** * Main thread coordinating an {@link ExecutionProcess}, launching parallel or @@ -148,7 +148,6 @@ public class ProcessThread extends Thread { } } - /** @return the (distinct) thread used for this execution */ protected final void execute(RealizedFlow realizedFlow, Boolean synchronous) throws InterruptedException { if (killed) return;