You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@cassandra.apache.org by "bipinprasad (via GitHub)" <gi...@apache.org> on 2023/06/27 20:03:58 UTC

[GitHub] [cassandra] bipinprasad commented on a diff in pull request #2224: [CASSANDRA-18340] Upgrade snakeyaml from 1.26 to 2.0 for CVE's

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: pr-unsubscribe@cassandra.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org