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-email.git
The following commit(s) were added to refs/heads/master by this push: new 26e2eb5 Add missing namespace and XSD to SpotBugs filter file. 26e2eb5 is described below commit 26e2eb56e5422d9167662e5bdd3f4edfc7aeb30e Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Jul 4 14:18:31 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 5c9949d..bd13e25 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"> <!-- the javadoc states that the default character encoding is used --> <!-- when converting a string into a byte[] -->