提交 a21dfe04 编写于 作者: C Christoph Kutzinski

one futures field to many

上级 7aa21436
......@@ -23,8 +23,6 @@
*/
package hudson.maven;
import hudson.maven.MavenBuildProxy.BuildCallable;
import hudson.maven.MavenBuildProxy.Filter.AsyncInvoker;
import hudson.model.BuildListener;
import jenkins.model.Jenkins;
import hudson.model.Result;
......
......@@ -83,12 +83,6 @@ public abstract class MavenBuilder extends AbstractMavenBuilder implements Deleg
*/
private final boolean profile = MavenProcessFactory.profile;
/**
* Record all asynchronous executions as they are scheduled,
* to make sure they are all completed before we finish.
*/
protected transient /*final*/ List<Future<?>> futures;
protected MavenBuilder(BuildListener listener, List<String> goals, Map<String, String> systemProps) {
super( listener, goals, systemProps );
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册