mjsax commented on code in PR #17856:
URL: https://github.com/apache/kafka/pull/17856#discussion_r1852755921


##########
streams/src/main/java/org/apache/kafka/streams/errors/BrokerNotFoundException.java:
##########
@@ -16,13 +16,13 @@
  */
 package org.apache.kafka.streams.errors;
 
-
 /**
  * Indicates that none of the specified {@link 
org.apache.kafka.streams.StreamsConfig#BOOTSTRAP_SERVERS_CONFIG brokers}
  * could be found.
  *
  * @see org.apache.kafka.streams.StreamsConfig
  */
+@SuppressWarnings("unused")

Review Comment:
   Yeah. IntelliJ "complaints" about it -- the goal is to get the "green 
checkmark" :) 



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

Reply via email to