PascalSchumacher opened a new pull request #4354: URL: https://github.com/apache/camel/pull/4354
The constructor new AtomicBoolean(false) causes a volatile write that can be saved as the constructor parameter is the default value. This saves a volatile write but makes the code (a bit) less readable. Not sure if this is worth 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. For queries about this service, please contact Infrastructure at: [email protected]
