satishd commented on code in PR #14034:
URL: https://github.com/apache/kafka/pull/14034#discussion_r1442403275


##########
gradle/spotbugs-exclude.xml:
##########
@@ -162,8 +162,7 @@ For a detailed description of spotbugs bug categories, see 
https://spotbugs.read
              on the compiler to fail if the code is changed to call a method 
that throws Exception.
              Given that, this bug pattern doesn't make sense for Scala code. 
-->
         <Or>
-            <Class name="kafka.log.Log"/>
-            <Class name="kafka.log.LocalLog$"/>
+            <Class name="org.apache.kafka.storage.internals.log.LocalLog"/>

Review Comment:
   Right, it is not needed, made the respective changes in the code.



-- 
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: jira-unsubscr...@kafka.apache.org

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

Reply via email to