azotcsit commented on a change in pull request #169: URL: https://github.com/apache/ant/pull/169#discussion_r773913282
########## File path: src/main/org/apache/tools/ant/taskdefs/optional/junitlauncher/AbstractJUnitResultFormatter.java ########## @@ -43,7 +43,7 @@ /** * Contains some common behaviour that's used by our internal {@link TestResultFormatter}s */ -abstract class AbstractJUnitResultFormatter implements TestResultFormatter { +public abstract class AbstractJUnitResultFormatter implements TestResultFormatter { Review comment: It is impossible to have abstract class protected, so it is marked as public. The methods are protected, not public. -- 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: dev-unsubscr...@ant.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h...@ant.apache.org