提交 4a664c1a 编写于 作者: S sogabe

fixed compile error

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@16338 71c3de6d-444a-0410-be80-ed276b4c234a
上级 3e647cae
......@@ -93,7 +93,7 @@ public class JavadocArchiver extends Recorder {
if(build.getResult().isBetterOrEqualTo(Result.UNSTABLE)) {
// If the build failed, don't complain that there was no javadoc.
// The build probably didn't even get to the point where it produces javadoc.
listener.error(Messages.JavadocArchiver_NoMatchFound(javadoc,javadoc.validateAntFileMask("**/*"));
listener.error(Messages.JavadocArchiver_NoMatchFound(javadoc,javadoc.validateAntFileMask("**/*")));
}
build.setResult(Result.FAILURE);
return true;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册