From c04dd5110433cf80e42528ade2fd32ad59d993e7 Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Tue, 23 Jul 2013 10:42:27 -0600 Subject: [PATCH] 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. --- core/src/main/java/hudson/matrix/MatrixAggregator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/hudson/matrix/MatrixAggregator.java b/core/src/main/java/hudson/matrix/MatrixAggregator.java index f82a5919ce..dbdfcaffa7 100644 --- a/core/src/main/java/hudson/matrix/MatrixAggregator.java +++ b/core/src/main/java/hudson/matrix/MatrixAggregator.java @@ -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; -- GitLab