mhansonp commented on a change in pull request #6845:
URL: https://github.com/apache/geode/pull/6845#discussion_r704894638
##########
File path:
geode-core/src/main/java/org/apache/geode/internal/cache/control/PartitionRebalanceDetailsImpl.java
##########
@@ -48,6 +48,27 @@
private long time;
private int numOfMembers;
+ @Override
+ public String toString() {
Review comment:
Actually, I have addressed all of your concerns except the toString and
numOfMembers. As I mention (after your comment) I don't think numOfMembers is
required for my implementation, so I am hesitant to do anything with it. I will
update the toString though.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]