bipinprasad commented on code in PR #2224:
URL: https://github.com/apache/cassandra/pull/2224#discussion_r1139256175
##########
src/java/org/apache/cassandra/utils/concurrent/AbstractFuture.java:
##########
@@ -494,11 +494,11 @@ public Future<V> awaitThrowUncheckedOnInterrupt() throws
UncheckedInterruptedExc
public String toString()
{
String description = description();
- String state = state();
+ String state = mystate();
Review Comment:
Conflict with same name but different signature (public State state())
method in Future.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]