You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by GitBox <gi...@apache.org> on 2020/07/16 23:26:20 UTC

[GitHub] [geode] DonalEvans commented on a change in pull request #5379: GEODE-8361: Use Set instead of List to track cleared buckets

DonalEvans commented on a change in pull request #5379:
URL: https://github.com/apache/geode/pull/5379#discussion_r456132648



##########
File path: geode-core/src/main/java/org/apache/geode/internal/cache/PartitionedRegionClear.java
##########
@@ -401,7 +395,7 @@ protected void handleClearFromDepartedMember(InternalDistributedMember departedM
     }
   }
 
-  class LockForListenerAndClientNotification {
+  static class LockForListenerAndClientNotification {

Review comment:
       This was just a suggestion from the IDE. I'm happy to change it back if it's better to do so.




----------------------------------------------------------------
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