Skip to content

Commit f67af83

Browse files
committed
Update SpotBugs configuration comment
See spotbugs/spotbugs#2957
1 parent 8d63e7d commit f67af83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/conf/spotbugs-exclude-filter.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
213213
<Method name="requireNonNull" />
214214
<Bug pattern="NP_PARAMETER_MUST_BE_NONNULL_BUT_MARKED_AS_NULLABLE" />
215215
</Match>
216-
<!-- What can be done?-->
216+
<!-- Considering https://github.com/spotbugs/spotbugs/issues/2957 -->
217217
<Match>
218218
<Class name="org.apache.commons.lang3.event.EventListenerSupport" />
219219
<Method name="readObject" />

0 commit comments

Comments
 (0)