You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by GitBox <gi...@apache.org> on 2019/04/30 17:11:50 UTC

[GitHub] [incubator-tamaya] acoburn opened a new pull request #48: LHF: remove unnecessary volatile keywords

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:
users@infra.apache.org


With regards,
Apache Git Services