What class is this method "doCommitProcessQuery" on? I think it is 
TXCommitMessage.
So no need for this funny business of "TXCommitMessage.this" which was needed 
before because is was in an anonymous inner class.
Now everywhere you have "message" you can just have "this".
I already did this refactoring in the pull request that removes thread groups.
I would suggest for your fix not to refactor this chunk of code into its own 
method. Just delete the block of code from it that you want. That way it will 
be more clear what you are fixing and you will not have conflicts with the 
thread refactoring code.

[ Full content available at: https://github.com/apache/geode/pull/2571 ]
This message was relayed via gitbox.apache.org for 
notifications@geode.apache.org

Reply via email to