This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.repoinit.parser-1.0.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-repoinit-parser.git
commit c593f726413baf0594d12c8834ffcff38d8d3347 Author: Bertrand Delacretaz <bdelacre...@apache.org> AuthorDate: Mon Dec 21 09:49:23 2015 +0000 SLING-5355 - jcr module added, work in progress git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/acldef/parser@1721113 13f79535-47bb-0310-9956-ffa450edef68 --- .../apache/sling/acldef/parser/operations/ServiceUserOperation.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/main/java/org/apache/sling/acldef/parser/operations/ServiceUserOperation.java b/src/main/java/org/apache/sling/acldef/parser/operations/ServiceUserOperation.java index 45e4c93..0965536 100644 --- a/src/main/java/org/apache/sling/acldef/parser/operations/ServiceUserOperation.java +++ b/src/main/java/org/apache/sling/acldef/parser/operations/ServiceUserOperation.java @@ -27,5 +27,8 @@ public abstract class ServiceUserOperation extends Operation { protected String getParametersDescription() { return username; } - + + public String getUsername() { + return username; + } } -- To stop receiving notification emails like this one, please contact "commits@sling.apache.org" <commits@sling.apache.org>.