michael-o commented on code in PR #180:
URL: https://github.com/apache/maven-doxia/pull/180#discussion_r1428911493


##########
doxia-core/src/main/java/org/apache/maven/doxia/index/IndexEntry.java:
##########
@@ -304,7 +310,7 @@ public String toString(int depth) {
             message.append(", title: ").append(title);
         }
 
-        message.append(EOL);
+        message.append(System.lineSeparator());

Review Comment:
   Attention, this is a semantical change. All others use the idiom above and 
there are tests which change the separator with try/finally. This one is cached 
upon first call. I wouldn't change it.



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

Reply via email to