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/07/17 20:02:19 UTC

[sling-org-apache-sling-commons-content-processing] 08/09: [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-content-processing.git

commit f67ee37a0f2b614b2f00d80d07042e75986cc3d7
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sat Jul 17 21:59:57 2021 +0200

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

diff --git a/src/main/java/org/apache/sling/commons/content/processing/ContentProcessor.java b/src/main/java/org/apache/sling/commons/content/processing/ContentProcessor.java
index 933c53b..ea9a949 100644
--- a/src/main/java/org/apache/sling/commons/content/processing/ContentProcessor.java
+++ b/src/main/java/org/apache/sling/commons/content/processing/ContentProcessor.java
@@ -34,6 +34,8 @@ import org.osgi.annotation.versioning.ProviderType;
 public interface ContentProcessor {
 
     /**
+     * Processes the given content.
+     *
      * @param input      the stream from which the content is read for processing
      * @param output     the stream into which the content is written during or after processing
      * @param parameters the parameters for the processing operation