Browse Source

remove link from javadocs

master
Stefan Bodewig 7 years ago
parent
commit
6bde21eb0d
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      src/main/org/apache/tools/ant/taskdefs/optional/junitlauncher/TestResultFormatter.java

+ 2
- 3
src/main/org/apache/tools/ant/taskdefs/optional/junitlauncher/TestResultFormatter.java View File

@@ -6,9 +6,8 @@ import java.io.Closeable;
import java.io.OutputStream;

/**
* A {@link org.junit.platform.launcher.TestExecutionListener} which
* lets implementing classes format and write out the test execution
* results.
* A {@code TestExecutionListener} which lets implementing classes
* format and write out the test execution results.
*/
public interface TestResultFormatter extends TestExecutionListener, Closeable {



Loading…
Cancel
Save