This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 55944c22724f5688cf32dd5b7befb1b084866e3b Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu Nov 14 21:59:21 2019 +0000 Clean-up --- res/findbugs/filter-false-positives.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/res/findbugs/filter-false-positives.xml b/res/findbugs/filter-false-positives.xml index 50bca30..21ed1b0 100644 --- a/res/findbugs/filter-false-positives.xml +++ b/res/findbugs/filter-false-positives.xml @@ -701,7 +701,9 @@ <Class name="org.apache.tomcat.util.threads.ThreadPoolExecutor" /> <Bug code="Nm" /> </Match> - <!-- Generated code --> + + + <!-- Generated code --> <Match> <Or> <Class name="org.apache.el.parser.AstFloatingPoint" /> @@ -914,4 +916,4 @@ </Or> <Bug pattern="DLS_DEAD_LOCAL_STORE"/> </Match> -</FindBugsFilter> \ No newline at end of file +</FindBugsFilter> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org