RealCLanger opened a new pull request #35:
URL: https://github.com/apache/openwebbeans/pull/35
Call System.lineSeparator() instead of System.getProperty("line.separator")
to avoid a potential bottleneck when multiple threads concurrently build
violation messages and then have to synchronize on the HashMap access for
System.getProperty.
The System class stores the lineSeparator as a static String and returns it
in System.lineSeparator().
--
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]