You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2019/05/14 11:57:09 UTC

[tomcat] branch master updated: Checkstyle nag

This is an automated email from the ASF dual-hosted git repository.

remm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/master by this push:
     new e348f8b  Checkstyle nag
e348f8b is described below

commit e348f8bce3be8515c87d424fec458089caa91dc9
Author: remm <re...@apache.org>
AuthorDate: Tue May 14 13:56:59 2019 +0200

    Checkstyle nag
---
 res/findbugs/filter-false-positives.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/res/findbugs/filter-false-positives.xml b/res/findbugs/filter-false-positives.xml
index 6878214..1c290b2 100644
--- a/res/findbugs/filter-false-positives.xml
+++ b/res/findbugs/filter-false-positives.xml
@@ -1211,7 +1211,7 @@
       <Field name="bcCache"/>
       <Field name="ccCache"/>
     </Or>
-    <Bug pattern="VO_VOLATILE_REFERENCE_TO_ARRAY"/>    
+    <Bug pattern="VO_VOLATILE_REFERENCE_TO_ARRAY"/>
   </Match>
   <Match>
     <!-- mb.toString() can be null because


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org