提交 a0ca05ce 编写于 作者: K kohsuke

fixed a compilation failure

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@13550 71c3de6d-444a-0410-be80-ed276b4c234a
上级 385e53c4
......@@ -47,7 +47,7 @@ public abstract class ModuleDependencyLocator implements ExtensionPoint {
public Collection<ModuleDependency> find(MavenProject project, PomInfo pomInfo) {
Set<ModuleDependency> r = new HashSet<ModuleDependency>();
for (ModuleDependencyLocator m : members)
r.addAll(m.find(project,pomInfo);
r.addAll(m.find(project,pomInfo));
return r;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册