You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ss...@apache.org on 2018/01/09 11:07:42 UTC

[sling-org-apache-sling-caconfig-impl] branch master updated: fix javadocs

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0148932  fix javadocs
0148932 is described below

commit 0148932627a3b6741ea79cadae4356459702df5d
Author: sseifert <ss...@pro-vision.de>
AuthorDate: Tue Jan 9 12:07:35 2018 +0100

    fix javadocs
---
 .../impl/def/DefaultConfigurationResourceResolvingStrategy.java         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/sling/caconfig/resource/impl/def/DefaultConfigurationResourceResolvingStrategy.java b/src/main/java/org/apache/sling/caconfig/resource/impl/def/DefaultConfigurationResourceResolvingStrategy.java
index 68ec875..5b0cfd9 100644
--- a/src/main/java/org/apache/sling/caconfig/resource/impl/def/DefaultConfigurationResourceResolvingStrategy.java
+++ b/src/main/java/org/apache/sling/caconfig/resource/impl/def/DefaultConfigurationResourceResolvingStrategy.java
@@ -126,8 +126,8 @@ public class DefaultConfigurationResourceResolvingStrategy implements Configurat
 
     /**
      * Searches the resource hierarchy upwards for all config references and returns them.
-     * @param refs List to add found resources to
      * @param startResource Resource to start searching
+     * @param bucketNames Bucket names to search in
      */
     @SuppressWarnings("unchecked")
     private Iterator<String> findConfigRefs(final Resource startResource, final Collection<String> bucketNames) {

-- 
To stop receiving notification emails like this one, please contact
['"commits@sling.apache.org" <co...@sling.apache.org>'].