Better comment (deprecation is irrelevant here)

This commit is contained in:
Gary Gregory 2023-12-09 10:19:18 -05:00
parent 4c2224dd1b
commit 7659889a06
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@
<Bug pattern="PA_PUBLIC_PRIMITIVE_ATTRIBUTE" />
</Match>
<!-- Class is deprecated; not worth the effort to fix -->
<!-- https://github.com/spotbugs/spotbugs/issues/2710 -->
<Match>
<Class name="org.apache.commons.lang3.ThreadUtils$ThreadIdPredicate" />
<Bug pattern="CT_CONSTRUCTOR_THROW" />