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



##########
File path: 
geode-core/src/distributedTest/java/org/apache/geode/management/MemberMXBeanDistributedTest.java
##########
@@ -90,27 +90,26 @@ public void testBucketCount() {
       assertThat(sumOfBuckets).isEqualTo(1000);
     });
 
-    for (int i = 1; i < 4; i++) {
-      final String tempRegioName = regionName + i;
+    final int i = 1;
+    final String tempRegioName = regionName + i;

Review comment:
       Now that there is no loop, these lines could be simplified a bit:
   ```
   final String secondRegionName = regionName + "2";
   ```




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


Reply via email to