Browse Source

Fix javadoc error

master
Jaikiran Pai 7 years ago
parent
commit
cdfbef38c5
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      src/main/org/apache/tools/ant/taskdefs/optional/junitlauncher/NamedTest.java

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

@@ -6,9 +6,8 @@ package org.apache.tools.ant.taskdefs.optional.junitlauncher;
public interface NamedTest {

/**
* Returns the name of the test
*
* @return
* @return Returns the name of the test
*/
String getName();
}

Loading…
Cancel
Save