Tibor17 commented on a change in pull request #469: URL: https://github.com/apache/maven-surefire/pull/469#discussion_r805506245
########## File path: surefire-providers/surefire-junit47/src/main/java/org/apache/maven/surefire/junitcore/ConcurrentRunListener.java ########## @@ -61,10 +60,10 @@ this.reportImmediately = reportImmediately; this.classMethodCounts = classMethodCounts; this.consoleStream = consoleStream; - reporterManagerThreadLocal = new ThreadLocal<RunListener>() + reporterManagerThreadLocal = new ThreadLocal<TestRunListener>() { @Override - protected RunListener initialValue() + protected TestRunListener initialValue() { return reporterFactory.createReporter(); } Review comment: done -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org