You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2021/09/09 15:22:48 UTC

[sling-org-apache-sling-commons-clam] 08/25: [checkstyle] (javadoc) SummaryJavadoc

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

commit 6915eed56ba6299a11992acca2c86a264e0b3842
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed Sep 8 17:14:43 2021 +0200

    [checkstyle] (javadoc) SummaryJavadoc
---
 src/main/java/org/apache/sling/commons/clam/ClamService.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/main/java/org/apache/sling/commons/clam/ClamService.java b/src/main/java/org/apache/sling/commons/clam/ClamService.java
index eae268f..11eeb3b 100644
--- a/src/main/java/org/apache/sling/commons/clam/ClamService.java
+++ b/src/main/java/org/apache/sling/commons/clam/ClamService.java
@@ -31,6 +31,8 @@ import org.osgi.annotation.versioning.ProviderType;
 public interface ClamService {
 
     /**
+     * Scans the given data for malware and returns the scan result.
+     *
      * @param data The data to scan for malware
      * @return The scan result from Clam
      * @throws IOException if scanning data or parsing reply fails