dcapwell commented on a change in pull request #1180:
URL: https://github.com/apache/cassandra/pull/1180#discussion_r711331631



##########
File path: src/java/org/apache/cassandra/db/MessageParams.java
##########
@@ -50,6 +50,14 @@ public static void add(ParamType key, Object value)
         get().put(key, value);
     }
 
+    public static <T extends Comparable<T>> void addIfLarger(ParamType key, T 
value)

Review comment:
       its only used in one spot; so inlined there to remove this method




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

Reply via email to