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

olli pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-clam.git

commit b6acb9196e726276947d51806d375025ad40766a
Author: Oliver Lietz <[email protected]>
AuthorDate: Sun Mar 27 21:01:34 2022 +0200

    [spotbugs] exclude VA_FORMAT_STRING_USES_NEWLINE
---
 spotbugs-exclude.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/spotbugs-exclude.xml b/spotbugs-exclude.xml
index 413764e..91896a4 100644
--- a/spotbugs-exclude.xml
+++ b/spotbugs-exclude.xml
@@ -23,4 +23,9 @@
     <Class name="org.apache.sling.clam.http.internal.ClamEventsServlet"/>
     <Field name="clients"/>
   </Match>
+  <Match>
+    <Bug pattern="VA_FORMAT_STRING_USES_NEWLINE"/>
+    <Class 
name="org.apache.sling.clam.http.internal.ClamEventsServlet$Client"/>
+    <Method name="onWritePossible"/>
+  </Match>
 </FindBugsFilter>

Reply via email to