elharo commented on a change in pull request #8: [DOXIA-534] Migrate logging to 
slf4j and deprecate doxia-logging-api
URL: https://github.com/apache/maven-doxia/pull/8#discussion_r395993426
 
 

 ##########
 File path: 
doxia-core/src/test/java/org/apache/maven/doxia/sink/impl/AbstractSinkTest.java
 ##########
 @@ -211,6 +208,15 @@ public void testHead()
         assertEquals( "Wrong head!", expected, actual );
     }
 
+    protected static String normalizeLineEnds(String s) {
+        if ( s != null) {
+            return s.replace("\r\n", "\n" );
+//                    .replace('\r', '\n');
 
 Review comment:
   no commented code please

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to