jdeppe-pivotal commented on a change in pull request #6117:
URL: https://github.com/apache/geode/pull/6117#discussion_r592787415
##########
File path:
geode-core/src/main/java/org/apache/geode/internal/cache/PartitionedRegion.java
##########
@@ -8149,8 +8149,8 @@ public void dumpSelfEntryFromAllPartitionedRegions() {
* A test method to get the list of all the bucket ids for the partitioned
region in the data
* Store.
*/
- public List getLocalBucketsListTestOnly() {
- List localBucketList = null;
+ public List<Integer> getLocalBucketsListTestOnly() {
Review comment:
Unfortunately no - it's used in quite a few other places.
----------------------------------------------------------------
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]