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


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

commit 548ea040ac71f713f265da0417013b0e6b16d633
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jul 4 14:18:01 2022 -0400

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

diff --git a/conf/findbugs-exclude-filter.xml b/conf/findbugs-exclude-filter.xml
index a7be0461..3f7c76b0 100644
--- a/conf/findbugs-exclude-filter.xml
+++ b/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";>
 
   <!-- Reason: The reliance on default encoding is only in debug code. -->
   <Match>

Reply via email to