Skip to content

Commit b83e8fb

Browse files
committed
Make EUnitTestRunner nested class constructor protected
1 parent 1796b5f commit b83e8fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/org.eclipse.epsilon.eunit.junit/src/org/eclipse/epsilon/eunit/junit/EUnitTestRunner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public class EUnitTestRunner extends ParentRunner<EUnitTest> {
6868
protected class JUnitEUnitTestListener implements EUnitTestListener {
6969
private final RunNotifier notifier;
7070

71-
private JUnitEUnitTestListener(RunNotifier notifier) {
71+
protected JUnitEUnitTestListener(RunNotifier notifier) {
7272
this.notifier = notifier;
7373
}
7474

0 commit comments

Comments
 (0)