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

markt pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/10.1.x by this push:
     new 5cf4a68b8f Need to reference inner class
5cf4a68b8f is described below

commit 5cf4a68b8fbe7eff71af88e513370821c085cd93
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Mar 23 15:19:33 2023 +0000

    Need to reference inner class
---
 res/spotbugs/filter-false-positives.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/res/spotbugs/filter-false-positives.xml 
b/res/spotbugs/filter-false-positives.xml
index 92f17fbe23..b4803fa483 100644
--- a/res/spotbugs/filter-false-positives.xml
+++ b/res/spotbugs/filter-false-positives.xml
@@ -888,7 +888,7 @@
   </Match>
   <Match>
     <!-- Delegation to URL methods is deliberate -->
-    <Class name="org.apache.catalina.webresources.CachedResource"/>
+    <Class 
name="org.apache.catalina.webresources.CachedResource$CachedResourceURLStreamHandler"/>
     <Or>
       <Method name="equals"/>
       <Method name="hashCode"/>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to