adoroszlai commented on code in PR #5409:
URL: https://github.com/apache/ozone/pull/5409#discussion_r1400070475
##########
hadoop-hdds/common/dev-support/findbugsExcludeFile.xml:
##########
@@ -27,6 +27,9 @@
<Method name="update" />
<Bug pattern="SF_SWITCH_FALLTHROUGH,SF_SWITCH_NO_DEFAULT" />
</Match>
+ <Match>
+ <Class name="org.apache.hadoop.hdds.utils.db.CodecBuffer"></Class>
+ </Match>
Review Comment:
This can be removed now, 5cb7fae5b14fcd8169b63866b6407e6589dea1b1 fixed the
warnings instead of suppressing them.
--
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]