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-collections.git


The following commit(s) were added to refs/heads/master by this push:
     new 20b035704 Add missing namespace and XSD to SpotBugs filter file.
20b035704 is described below

commit 20b035704827b1c95528bbd2bbb65efc0cc0d50e
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jul 4 14:17:40 2022 -0400

    Add missing namespace and XSD to SpotBugs filter file.
---
 src/conf/findbugs-exclude-filter.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/conf/findbugs-exclude-filter.xml 
b/src/conf/findbugs-exclude-filter.xml
index 07cd5f102..b241b323b 100644
--- a/src/conf/findbugs-exclude-filter.xml
+++ b/src/conf/findbugs-exclude-filter.xml
@@ -24,7 +24,7 @@
 <FindBugsFilter
     xmlns="https://github.com/spotbugs/filter/3.0.0";
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-    xsi:schemaLocation="https://github.com/spotbugs/filter/3.0.0 
https://raw.githubusercontent.com/spotbugs/spotbugs/3.1.0/spotbugs/etc/findbugsfilter.xsd";><!--
 N.B. Using wild-card class names so exclusions work regardless of the 
top-level package -->
+    xsi:schemaLocation="https://github.com/spotbugs/filter/3.0.0 
https://raw.githubusercontent.com/spotbugs/spotbugs/3.1.0/spotbugs/etc/findbugsfilter.xsd";>
 
   <!--  explicit return of a null value for type Boolean is intended -->
   <Match>

Reply via email to