Neil-Tomar commented on PR #407:
URL: 
https://github.com/apache/maven-help-plugin/pull/407#issuecomment-5179270262

   Fixes #391
   
   Replaces System.getProperty("line.separator") with System.lineSeparator(),
   which cannot return null and has been available since Java 7.
   
   - AbstractHelpMojo.LS
   - DescribeMojoTest (which previously mixed both forms)
   - Updates the src/it verify.groovy scripts that used the old form
   (per discussion on the issue).


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