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

[sling-org-apache-sling-caconfig-spi] 08/10: fix javadoc errors

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

rombert pushed a commit to annotated tag org.apache.sling.caconfig.spi-1.0.0
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-caconfig-spi.git

commit e8b530572efcde22cb3d12e1f75fe28b511225df
Author: Stefan Seifert <ss...@apache.org>
AuthorDate: Fri Oct 14 22:22:13 2016 +0000

    fix javadoc errors
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/contextaware-config/spi@1764983 13f79535-47bb-0310-9956-ffa450edef68
---
 .../java/org/apache/sling/caconfig/resource/spi/ContextResource.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/sling/caconfig/resource/spi/ContextResource.java b/src/main/java/org/apache/sling/caconfig/resource/spi/ContextResource.java
index 62f40a6..313565e 100644
--- a/src/main/java/org/apache/sling/caconfig/resource/spi/ContextResource.java
+++ b/src/main/java/org/apache/sling/caconfig/resource/spi/ContextResource.java
@@ -39,7 +39,7 @@ public final class ContextResource {
     /**
      * @param resource Context root resource
      * @param configRef Config reference (normally a resource path).
-     *    May be null if the {@link ConfigurationResourceResolvingStrategy has it's own concept of detecting the matching configuration.
+     *    May be null if the {@link ConfigurationResourceResolvingStrategy} has it's own concept of detecting the matching configuration.
      */
     public ContextResource(@Nonnull Resource resource, String configRef) {
         this.resource = resource;
@@ -56,7 +56,7 @@ public final class ContextResource {
 
     /**
      * @return Config reference (normally a resource path).
-     *    May be null if the {@link ConfigurationResourceResolvingStrategy has it's own concept of detecting the matching configuration.
+     *    May be null if the {@link ConfigurationResourceResolvingStrategy} has it's own concept of detecting the matching configuration.
      */
     public @CheckForNull String getConfigRef() {
         return configRef;

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