DonalEvans commented on a change in pull request #6697:
URL: https://github.com/apache/geode/pull/6697#discussion_r671364327
##########
File path:
geode-membership/src/main/java/org/apache/geode/distributed/internal/membership/gms/MemberIdentifierImpl.java
##########
@@ -284,7 +279,7 @@ public int compareTo(MemberIdentifier other, boolean
compareMemberData,
String myName = getName();
String otherName = other.getName();
- if (!(other.isPartial() || this.isPartial())) {
+ if (!(other.isPartial() || isPartial())) {
if (myName == null && otherName == null) {
Review comment:
Oh yeah, that's waaaay better now, nice.
--
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]