Browse Source

Remove unused field in one of junitlauncher task supporting class

master
Jaikiran Pai 6 years ago
parent
commit
8efa4aff9f
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/main/org/apache/tools/ant/taskdefs/optional/junitlauncher/StandaloneLauncher.java

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

@@ -202,7 +202,6 @@ public class StandaloneLauncher {

private boolean printSummary;
private boolean haltOnFailure;
private TestExecutionContext testExecutionContext;
private List<TestDefinition> tests = new ArrayList<>();
private List<ListenerDefinition> listeners = new ArrayList<>();



Loading…
Cancel
Save