From 840f6cc43b3f80a248d6d6ad8e8f7b3c82e58b52 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Mon, 23 Apr 2018 06:17:24 +0200 Subject: [PATCH] Gump seems to choke on the link when building javadocs --- .../taskdefs/optional/junitlauncher/TestResultFormatter.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/org/apache/tools/ant/taskdefs/optional/junitlauncher/TestResultFormatter.java b/src/main/org/apache/tools/ant/taskdefs/optional/junitlauncher/TestResultFormatter.java index ad1e4f36a..5103240df 100644 --- a/src/main/org/apache/tools/ant/taskdefs/optional/junitlauncher/TestResultFormatter.java +++ b/src/main/org/apache/tools/ant/taskdefs/optional/junitlauncher/TestResultFormatter.java @@ -6,8 +6,9 @@ import java.io.Closeable; import java.io.OutputStream; /** - * A {@link TestExecutionListener} which lets implementing classes format and write out - * the test execution results. + * A {@link org.junit.platform.launcher.TestExecutionListener} which + * lets implementing classes format and write out the test execution + * results. */ public interface TestResultFormatter extends TestExecutionListener, Closeable {