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

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


The following commit(s) were added to refs/heads/master by this push:
     new ead282d  Update javadoc
ead282d is described below

commit ead282d9a5672c537bfd93aa9a6d1d34dc94c54d
Author: Karl Pauls <karlpa...@gmail.com>
AuthorDate: Thu Nov 2 17:04:57 2017 +0100

    Update javadoc
---
 .../apache/sling/serviceusermapping/ServicePrincipalsValidator.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/src/main/java/org/apache/sling/serviceusermapping/ServicePrincipalsValidator.java
 
b/src/main/java/org/apache/sling/serviceusermapping/ServicePrincipalsValidator.java
index 4fa384b..9d87cf0 100644
--- 
a/src/main/java/org/apache/sling/serviceusermapping/ServicePrincipalsValidator.java
+++ 
b/src/main/java/org/apache/sling/serviceusermapping/ServicePrincipalsValidator.java
@@ -28,10 +28,10 @@ public interface ServicePrincipalsValidator {
     /**
      * Validates the configured service principal names.
      *
-     * @param serviceUserId The principal names associated with the service.
+     * @param servicePrincipalNames The principal names associated with the 
service.
      * @param serviceName The name of the service
      * @param subServiceName The optional sub service name.
      * @return {@code true} if all configured service principal names are 
valid; {@code false} otherwise.
      */
     boolean isValid(Iterable<String> servicePrincipalNames, String 
serviceName, String subServiceName);
-}
\ No newline at end of file
+}

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

Reply via email to