You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@cassandra.apache.org by GitBox <gi...@apache.org> on 2022/04/06 10:12:37 UTC

[GitHub] [cassandra] adelapena commented on a diff in pull request #1552: CASSANDRA-17527: Clients using JMX are unable to handle non-standard java types but we leak this into our interfaces

adelapena commented on code in PR #1552:
URL: https://github.com/apache/cassandra/pull/1552#discussion_r843758129


##########
test/unit/org/apache/cassandra/db/guardrails/GuardrailConsistencyLevelsTester.java:
##########
@@ -24,6 +24,7 @@
 import java.util.function.BiConsumer;
 import java.util.function.Function;
 import java.util.stream.Collectors;
+import java.util.stream.Stream;
 
 import com.google.common.collect.ImmutableSet;

Review Comment:
   Nit: the import of `ImmutableSet` is now unused



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