slawekjaranowski commented on a change in pull request #393:
URL: https://github.com/apache/maven-surefire/pull/393#discussion_r748826837



##########
File path: 
maven-surefire-common/src/main/java/org/apache/maven/surefire/providerapi/ConfigurableProviderInfo.java
##########
@@ -22,7 +22,7 @@
 /**
  * @author Kristian Rosenvold
  */
-interface ConfigurableProviderInfo
+public interface ConfigurableProviderInfo

Review comment:
       before we have, in package: `org.apache.maven.plugin.surefire`
    - interface `ConfigurableProviderInfo` extends `ProviderInfo`
    - public interface `ProviderInfo`
    both used in `AbstarctSurefireMojo` for implementing inner class like 
xxxProviderInfo
    
    Now are moved to `providerapi` and both must be public for technical 
purpose. 




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to