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

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


The following commit(s) were added to refs/heads/master by this push:
     new 86439d5  trivial: fix javadoc
86439d5 is described below

commit 86439d55df7c64528aa427d6b4149db1b1ee5c49
Author: dulvac <[email protected]>
AuthorDate: Thu Mar 29 13:37:20 2018 +0200

    trivial: fix javadoc
---
 .../java/org/apache/sling/testing/junit/rules/instance/Instance.java    | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/src/main/java/org/apache/sling/testing/junit/rules/instance/Instance.java 
b/src/main/java/org/apache/sling/testing/junit/rules/instance/Instance.java
index c9d34c1..699d079 100644
--- a/src/main/java/org/apache/sling/testing/junit/rules/instance/Instance.java
+++ b/src/main/java/org/apache/sling/testing/junit/rules/instance/Instance.java
@@ -73,6 +73,7 @@ public interface Instance extends TestRule, BuilderCustomizer 
{
      * @param user the username used in the client
      * @param pass the password used in the client
      * @param <T> the type of the returned client
+     * @param customizers array of customizers for this client
      * @return a new client extending {{SlingClient}}
      */
     <T extends SlingClient> T newClient(Class<T> clientClass, String user, 
String pass, BuilderCustomizer... customizers);
@@ -83,6 +84,7 @@ public interface Instance extends TestRule, BuilderCustomizer 
{
      *
      * See {@link InstanceSetup#INSTANCE_CONFIG_ADMINUSER} and {@link 
InstanceSetup#INSTANCE_CONFIG_ADMINPASSWORD}
      *
+     * @param customizers array of customizers for this client
      * @return a new {{SlingClient}}
      */
     SlingClient newAdminClient(BuilderCustomizer... customizers);

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

Reply via email to