pivotal-jbarrett commented on a change in pull request #6697:
URL: https://github.com/apache/geode/pull/6697#discussion_r678571132
##########
File path:
geode-core/src/main/java/org/apache/geode/distributed/internal/membership/InternalDistributedMember.java
##########
@@ -272,10 +271,8 @@ public DurableClientAttributes
getDurableClientAttributes() {
return durableClientAttributes;
}
- /**
- * Returns an unmodifiable Set of this member's Roles.
- */
@Override
+ @Deprecated
Review comment:
The deprecation is documented in the interface this method derives from.
Unfortunately the author did not provide an alternative. Best I can assume from
the documentation is that the concept is unused and there is no replacement.
--
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]