Skip to content

Commit

Permalink
Update SpotBugs configuration comment
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Nov 29, 2024
1 parent 8d63e7d commit f67af83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/conf/spotbugs-exclude-filter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
<Method name="requireNonNull" />
<Bug pattern="NP_PARAMETER_MUST_BE_NONNULL_BUT_MARKED_AS_NULLABLE" />
</Match>
<!-- What can be done?-->
<!-- Considering https://github.com/spotbugs/spotbugs/issues/2957 -->
<Match>
<Class name="org.apache.commons.lang3.event.EventListenerSupport" />
<Method name="readObject" />
Expand Down

0 comments on commit f67af83

Please sign in to comment.