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-content-analyzing.git

commit ef7b35ba6dfcd0b4a3ea8d82ce5ab7e5d2c9b11d
Author: Oliver Lietz <[email protected]>
AuthorDate: Sat Jul 17 21:42:52 2021 +0200

    [checkstyle] (javadoc) SummaryJavadoc
---
 .../org/apache/sling/commons/content/analyzing/ContentAnalyzer.java     | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/src/main/java/org/apache/sling/commons/content/analyzing/ContentAnalyzer.java 
b/src/main/java/org/apache/sling/commons/content/analyzing/ContentAnalyzer.java
index 316f592..88de9d8 100644
--- 
a/src/main/java/org/apache/sling/commons/content/analyzing/ContentAnalyzer.java
+++ 
b/src/main/java/org/apache/sling/commons/content/analyzing/ContentAnalyzer.java
@@ -33,6 +33,8 @@ import org.osgi.annotation.versioning.ProviderType;
 public interface ContentAnalyzer {
 
     /**
+     * Analyzes the given content.
+     *
      * @param input      the stream from which the content is read for 
analyzing
      * @param parameters the parameters for the analyzing operation
      * @param report     the report to which the findings of the analyzing 
operation are added

Reply via email to