michael-o commented on code in PR #187: URL: https://github.com/apache/maven-shared-utils/pull/187#discussion_r1981130270
########## src/main/java/org/apache/maven/shared/utils/ReaderFactory.java: ########## @@ -103,7 +104,7 @@ public class ReaderFactory { * @deprecated use {@code java.nio.charset.Charset.getDefaultCharset()} */ @Deprecated - public static final String FILE_ENCODING = System.getProperty("file.encoding"); Review Comment: This is even a non-public property... -- 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