elharo commented on code in PR #208:
URL: 
https://github.com/apache/maven-script-interpreter/pull/208#discussion_r3923902664


##########
src/main/java/org/apache/maven/shared/scriptinterpreter/FileLogger.java:
##########
@@ -37,7 +39,8 @@ public class FileLogger implements ExecutionLogger, 
AutoCloseable {
     private File file;
 
     /**
-     * The underlying file stream this logger writes to.
+     * The underlying file stream this logger writes to. It is always UTF-8 
encoded so that

Review Comment:
   remove "It is always UTF-8 encoded so that
        * output is independent of the platform default charset."
   as it should be assumed. 



-- 
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