cardil commented on a change in pull request #186: Fixing build on master branch
URL: https://github.com/apache/maven-surefire/pull/186#discussion_r191078980
 
 

 ##########
 File path: 
maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/report/StatelessXmlReporter.java
 ##########
 @@ -502,7 +502,7 @@ private static String extraEscape( String message, boolean 
attribute )
 
         private int c2;
 
-        public EncodingOutputStream( OutputStream out )
+        EncodingOutputStream( OutputStream out )
 
 Review comment:
   This constructor wasn't used outside the package. Intellij also confirms it, 
so checkstyle reports it properly. Also keep in mind that tests passes. If it 
not being used, access can be safly lowered to package level.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to