提交 c04dd511 编写于 作者: M Mark Waite

Fix javadoc for @see reference in MatrixAggregator

http://javadoc.jenkins-ci.org/hudson/matrix/MatrixAggregator.html#startBuild()
has an @see reference which should be a link.
上级 807e3c81
......@@ -74,7 +74,7 @@ public abstract class MatrixAggregator implements ExtensionPoint {
* @return
* true if the build can continue, false if there was an error
* and the build needs to be aborted.
* @see BuildStep#prebuild(Build,BuildListener)
* @see BuildStep#prebuild(AbstractBuild,BuildListener)
*/
public boolean startBuild() throws InterruptedException, IOException {
return true;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册