You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by jo...@apache.org on 2022/09/13 15:04:41 UTC

[sling-org-apache-sling-rewriter] 01/01: Merge pull request #9 from apache/SLING-11580-fix-javadoc

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

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

commit 7eb50dcd38e2e35ee597fa2e0b1fbfca0fe8b526
Merge: e5d2842 68f1bea
Author: Jörg Hoh <jo...@users.noreply.github.com>
AuthorDate: Tue Sep 13 17:04:36 2022 +0200

    Merge pull request #9 from apache/SLING-11580-fix-javadoc
    
    SLING-11580 fix javadocs

 src/main/java/org/apache/sling/rewriter/Generator.java             | 3 +++
 src/main/java/org/apache/sling/rewriter/PipelineConfiguration.java | 3 +++
 src/main/java/org/apache/sling/rewriter/ProcessingContext.java     | 7 +++++++
 src/main/java/org/apache/sling/rewriter/Processor.java             | 1 +
 .../java/org/apache/sling/rewriter/ProcessorConfiguration.java     | 1 +
 src/main/java/org/apache/sling/rewriter/ProcessorManager.java      | 4 ++++
 src/main/java/org/apache/sling/rewriter/Serializer.java            | 1 +
 src/main/java/org/apache/sling/rewriter/Transformer.java           | 1 +
 .../rewriter/impl/components/AbstractTraxSerializerFactory.java    | 2 ++
 9 files changed, 23 insertions(+)