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

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


The following commit(s) were added to refs/heads/master by this push:
     new e00cd59  Fix typo
e00cd59 is described below

commit e00cd598208b67707ffbd36659c16cfad2ef120e
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Fri May 4 10:51:35 2018 +0200

    Fix typo
---
 .../java/org/apache/sling/spi/resource/provider/ResourceProvider.java  | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/sling/spi/resource/provider/ResourceProvider.java 
b/src/main/java/org/apache/sling/spi/resource/provider/ResourceProvider.java
index 6904933..2171519 100644
--- a/src/main/java/org/apache/sling/spi/resource/provider/ResourceProvider.java
+++ b/src/main/java/org/apache/sling/spi/resource/provider/ResourceProvider.java
@@ -204,7 +204,7 @@ public abstract class ResourceProvider<T> {
 
     /**
      * The authentication information property indicating to use an
-     * administrative login. This property must be set of the resource
+     * administrative login. This property must be set if the resource
      * resolver is created through {@link 
org.apache.sling.api.resource.ResourceResolverFactory#getAdministrativeResourceResolver(Map)}.
      */
     public static final String AUTH_ADMIN = "provider.auth.admin";
@@ -213,6 +213,7 @@ public abstract class ResourceProvider<T> {
      * The authentication information property indicating that an existing 
resource resolver is being cloned.
      * Providers that receive stateful objects as authentication information 
must deep-clone those objects
      * when this property is present, to avoid inadvertent state sharing with 
the existing resolver.
+     *
      * @since 1.2.0
      */
     public static final String AUTH_CLONE = "provider.auth.clone";

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to