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-commons-clam.git


The following commit(s) were added to refs/heads/master by this push:
     new fcb9a0b  suppress warnings for rule java:S100
fcb9a0b is described below

commit fcb9a0b24fe5f6777f4fea62b733ba7c79c3cab6
Author: Oliver Lietz <[email protected]>
AuthorDate: Tue Aug 25 10:57:51 2020 +0200

    suppress warnings for rule java:S100
---
 .../apache/sling/commons/clam/internal/ClamdServiceConfiguration.java    | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/src/main/java/org/apache/sling/commons/clam/internal/ClamdServiceConfiguration.java
 
b/src/main/java/org/apache/sling/commons/clam/internal/ClamdServiceConfiguration.java
index dd51ad4..c6d8b19 100644
--- 
a/src/main/java/org/apache/sling/commons/clam/internal/ClamdServiceConfiguration.java
+++ 
b/src/main/java/org/apache/sling/commons/clam/internal/ClamdServiceConfiguration.java
@@ -25,6 +25,7 @@ import 
org.osgi.service.metatype.annotations.ObjectClassDefinition;
     name = "Apache Sling Commons Clamd Service",
     description = "Service for scanning data with Clam daemon"
 )
+@SuppressWarnings("java:S100")
 @interface ClamdServiceConfiguration {
 
     @AttributeDefinition(

Reply via email to