Skip to content

Commit

Permalink
fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
pabender committed Feb 11, 2020
1 parent 01ea0b0 commit e028b57
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions java/test/apps/tests/AllTest.java
Expand Up @@ -42,8 +42,6 @@ static public void main(String[] args) {

/**
* Run tests with a compile-selected RunListener.
*
* @param testClass the class containing tests to run
*/
public static void run() {
SummaryGeneratingListener listener = new jmri.util.junit.PrintingTestListener(System.out); // test-by-test output if enabled
Expand Down
1 change: 0 additions & 1 deletion java/test/jmri/HeadLessTest.java
Expand Up @@ -49,7 +49,6 @@ static public void main(String[] args) {
/**
* Run tests with a compile-selected RunListener.
*
* @param testClass the class containing tests to run
*/
public static void run() {
SummaryGeneratingListener listener = new jmri.util.junit.PrintingTestListener(System.out); // test-by-test output if enabled
Expand Down

0 comments on commit e028b57

Please sign in to comment.