michael-o commented on code in PR #182: URL: https://github.com/apache/maven-resolver/pull/182#discussion_r884301025
########## maven-resolver-demos/maven-resolver-demo-snippets/src/main/java/org/apache/maven/resolver/examples/util/ReverseTreeRepositoryListener.java: ########## @@ -44,6 +44,8 @@ public class ReverseTreeRepositoryListener extends AbstractRepositoryListener { + private static final String LINE_SEP = System.lineSeparator(); Review Comment: In most cases we even use `LS` or `EOL`. -- 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