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 <[email protected]> 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 */
