This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new 7659889a0 Better comment (deprecation is irrelevant here)
7659889a0 is described below

commit 7659889a06742f79f6e9f631f7d596fc21be319a
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Dec 9 10:19:18 2023 -0500

    Better comment (deprecation is irrelevant here)
---
 src/conf/spotbugs-exclude-filter.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/conf/spotbugs-exclude-filter.xml 
b/src/conf/spotbugs-exclude-filter.xml
index af42bba2c..e92078749 100644
--- a/src/conf/spotbugs-exclude-filter.xml
+++ b/src/conf/spotbugs-exclude-filter.xml
@@ -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" />

Reply via email to