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

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

smiklosovic commented on code in PR #2224:
URL: https://github.com/apache/cassandra/pull/2224#discussion_r1139253561


##########
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:
   why this change?



-- 
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