acoburn opened a new pull request #48: LHF: remove unnecessary volatile keywords URL: https://github.com/apache/incubator-tamaya/pull/48 The Sonar analysis doesn't like the use of `volatile` on fields. This change removes the `volatile` keyword in places where the field doesn't need to be marked as `volatile`. That is, these are cases where the field is, in fact, `final`. Where appropriate, this also adjusts the field formatting to align with checkstyle rules.
---------------------------------------------------------------- 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
