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


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

commit 635ecff0a6cbc3208959e064fbaf84ef32e8ee08
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Jul 4 14:18:17 2022 -0400

    Add missing namespace and XSD to SpotBugs filter file.
---
 src/site/resources/spotbugs/sb-excludes.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/site/resources/spotbugs/sb-excludes.xml 
b/src/site/resources/spotbugs/sb-excludes.xml
index 4299fab..d4cdcd4 100644
--- a/src/site/resources/spotbugs/sb-excludes.xml
+++ b/src/site/resources/spotbugs/sb-excludes.xml
@@ -19,7 +19,6 @@
     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 -->
 
     <!-- PrintWriter wraps System.err which always uses the default encoding 
-->
     <Match>

Reply via email to