提交 d249924b 编写于 作者: K kohsuke

removed unused parameter

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@15349 71c3de6d-444a-0410-be80-ed276b4c234a
上级 76ed226f
...@@ -613,7 +613,7 @@ public final class MavenModuleSet extends AbstractMavenProject<MavenModuleSet,Ma ...@@ -613,7 +613,7 @@ public final class MavenModuleSet extends AbstractMavenProject<MavenModuleSet,Ma
/** /**
* Delete all disabled modules. * Delete all disabled modules.
*/ */
public void doDoDeleteAllDisabledModules(StaplerRequest req, StaplerResponse rsp) throws IOException, InterruptedException { public void doDoDeleteAllDisabledModules(StaplerResponse rsp) throws IOException, InterruptedException {
checkPermission(DELETE); checkPermission(DELETE);
for( MavenModule m : getDisabledModules(true)) for( MavenModule m : getDisabledModules(true))
m.delete(); m.delete();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册