提交 3890bc32 编写于 作者: K kohsuke

IntelliJ complains about these annotations

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@13547 71c3de6d-444a-0410-be80-ed276b4c234a
上级 41426c32
......@@ -375,7 +375,6 @@ public final class MavenModule extends AbstractMavenProject<MavenModule,MavenBui
}
}
@Override
public MavenInstallation inferMavenInstallation() {
return getParent().inferMavenInstallation();
}
......
......@@ -417,7 +417,6 @@ public final class MavenModuleSet extends AbstractMavenProject<MavenModuleSet,Ma
return modules.get(rootModule);
}
@Override
public MavenInstallation inferMavenInstallation() {
return getMaven();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册