bosschaert commented on a change in pull request #15:
URL: 
https://github.com/apache/sling-org-apache-sling-feature-extension-apiregions/pull/15#discussion_r649334268



##########
File path: 
src/main/java/org/apache/sling/feature/extension/apiregions/api/config/PropertyDescription.java
##########
@@ -457,4 +465,33 @@ public PlaceholderPolicy getPlaceholderPolicy() {
     public void setPlaceholderPolicy(final PlaceholderPolicy policy) {
         this.placeholderPolicy = policy == null ? PlaceholderPolicy.DEFAULT : 
policy;
     }
+
+       /**
+        * Get the placeholder regex
+        * @return the placeholder regex or {@code null}
+        */
+    public String getPlaceholderRegex() {

Review comment:
       Thanks for the suggestion, @cziegeler - I've done this in my latest 
commit.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to