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

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

commit 8853622dbe327153b1b3063ab129d7c7b6bd8fc6
Author: Timothée Maret <tma...@apache.org>
AuthorDate: Fri Aug 18 13:11:46 2017 +0000

    SLING-6984 - Allow to disable service user
    
    * Implement UserVisitor#visitDisableServiceUser
    * Add integration test
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1805421 
13f79535-47bb-0310-9956-ffa450edef68
---
 .../org/apache/sling/repoinit/parser/operations/DisableServiceUser.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/sling/repoinit/parser/operations/DisableServiceUser.java
 
b/src/main/java/org/apache/sling/repoinit/parser/operations/DisableServiceUser.java
index 221815d..8ff7a21 100644
--- 
a/src/main/java/org/apache/sling/repoinit/parser/operations/DisableServiceUser.java
+++ 
b/src/main/java/org/apache/sling/repoinit/parser/operations/DisableServiceUser.java
@@ -29,7 +29,7 @@ public class DisableServiceUser extends ServiceUserOperation {
     }
 
     @Override
-    protected String getParametersDescription() {
+    public String getParametersDescription() {
         final StringBuilder sb = new StringBuilder();
         sb.append(super.getParametersDescription());
         if(reason!=null) {

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

Reply via email to