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 2022/03/27 20:16:38 UTC

[sling-org-apache-sling-clam] 15/44: [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-clam.git

commit c50a7969823ec179ce904f419b58fd956b248c3f
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Fri Nov 5 20:30:13 2021 +0100

    [checkstyle] (javadoc) SummaryJavadoc
---
 .../org/apache/sling/clam/jcr/NodeDescendingJcrPropertyDigger.java    | 2 ++
 .../org/apache/sling/clam/result/JcrPropertyScanResultHandler.java    | 4 ++++
 2 files changed, 6 insertions(+)

diff --git a/src/main/java/org/apache/sling/clam/jcr/NodeDescendingJcrPropertyDigger.java b/src/main/java/org/apache/sling/clam/jcr/NodeDescendingJcrPropertyDigger.java
index 31e356f..c0628ff 100644
--- a/src/main/java/org/apache/sling/clam/jcr/NodeDescendingJcrPropertyDigger.java
+++ b/src/main/java/org/apache/sling/clam/jcr/NodeDescendingJcrPropertyDigger.java
@@ -33,6 +33,8 @@ import org.osgi.annotation.versioning.ProviderType;
 public interface NodeDescendingJcrPropertyDigger {
 
     /**
+     * Digs JCR for matching properties.
+     *
      * @param node          The entry node for digging
      * @param pattern       The pattern a property path has to match
      * @param propertyTypes The property types to take into account
diff --git a/src/main/java/org/apache/sling/clam/result/JcrPropertyScanResultHandler.java b/src/main/java/org/apache/sling/clam/result/JcrPropertyScanResultHandler.java
index ea97a4e..03e4241 100644
--- a/src/main/java/org/apache/sling/clam/result/JcrPropertyScanResultHandler.java
+++ b/src/main/java/org/apache/sling/clam/result/JcrPropertyScanResultHandler.java
@@ -30,6 +30,8 @@ import org.osgi.annotation.versioning.ConsumerType;
 public interface JcrPropertyScanResultHandler {
 
     /**
+     * Handles scan results of single-value properties.
+     *
      * @param scanResult   The scan result from Clam service
      * @param path         The path of the scanned single-value property
      * @param propertyType The type of the scanned property
@@ -38,6 +40,8 @@ public interface JcrPropertyScanResultHandler {
     public abstract void handleJcrPropertyScanResult(@NotNull final ScanResult scanResult, @NotNull final String path, final int propertyType, @Nullable final String userId);
 
     /**
+     * Handles scan results of multi-value properties.
+     *
      * @param scanResult   The scan result from Clam service
      * @param path         The path of the scanned multi-value property
      * @param index        The index of the scanned property value