提交 0e4908e7 编写于 作者: K kohsuke

TAB->WS

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@11270 71c3de6d-444a-0410-be80-ed276b4c234a
上级 a7f94040
......@@ -20,10 +20,9 @@ public class DependencyRunner implements Runnable {
List<AbstractProject> polledProjects = new ArrayList<AbstractProject>();
@SuppressWarnings("unchecked")
public DependencyRunner(ProjectRunnable runnable) {
this.runnable = runnable;
}
public DependencyRunner(ProjectRunnable runnable) {
this.runnable = runnable;
}
public void run() {
Set<AbstractProject> topLevelProjects = new HashSet<AbstractProject>();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册