You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2019/05/10 11:36:26 UTC

[sling-org-apache-sling-caconfig-api] 27/31: [SLING-8272] Updated comments

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

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

commit 9eb5bda6457b70831fcb84f5be124bc1764a448b
Author: ompandey <om...@gmail.com>
AuthorDate: Thu Apr 18 12:29:15 2019 +0200

    [SLING-8272] Updated comments
---
 src/main/java/org/apache/sling/caconfig/ConfigurationBuilder.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/sling/caconfig/ConfigurationBuilder.java b/src/main/java/org/apache/sling/caconfig/ConfigurationBuilder.java
index 9cb344e..4014206 100644
--- a/src/main/java/org/apache/sling/caconfig/ConfigurationBuilder.java
+++ b/src/main/java/org/apache/sling/caconfig/ConfigurationBuilder.java
@@ -32,7 +32,7 @@ public interface ConfigurationBuilder {
 
     /**
      * Define configuration name.
-     * Optional for the {@link #as(Class)}, {@link #asCollection(Class)} and {@link #has(Class)} methods, mandatory for the others.
+     * Optional for the {@link #as(Class)} and {@link #asCollection(Class)}, mandatory for the others.
      * @param configName Relative path
      * @return Configuration builder
      */