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-validation-examples.git

commit 8e51b765cd8bce6f60c2c57dda8276cdedfc041e
Author: Konrad Windszus <[email protected]>
AuthorDate: Wed Mar 29 11:24:38 2017 +0000

    SLING-6727 ValidationModel.getValidatedResourceType -> 
ValidationModel.getValidatingResourceType
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1789339 
13f79535-47bb-0310-9956-ffa450edef68
---
 .../resources/SLING-INF/apps/sling/validation/models/user.admin.json    | 2 +-
 .../resources/SLING-INF/apps/sling/validation/models/user.regular.json  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/src/main/resources/SLING-INF/apps/sling/validation/models/user.admin.json 
b/src/main/resources/SLING-INF/apps/sling/validation/models/user.admin.json
index 03c9ec7..e4a1a2a 100644
--- a/src/main/resources/SLING-INF/apps/sling/validation/models/user.admin.json
+++ b/src/main/resources/SLING-INF/apps/sling/validation/models/user.admin.json
@@ -4,7 +4,7 @@
     "applicablePaths": [
         "/content/validationdemo/users/admin"
     ],
-    "validatedResourceType": "/apps/validationdemo/components/user",
+    "validatingResourceType": "/apps/validationdemo/components/user",
     "properties": {
         "jcr:primaryType": "nt:unstructured",
         "firstName": {
diff --git 
a/src/main/resources/SLING-INF/apps/sling/validation/models/user.regular.json 
b/src/main/resources/SLING-INF/apps/sling/validation/models/user.regular.json
index 35ec247..0eb773c 100644
--- 
a/src/main/resources/SLING-INF/apps/sling/validation/models/user.regular.json
+++ 
b/src/main/resources/SLING-INF/apps/sling/validation/models/user.regular.json
@@ -4,7 +4,7 @@
     "applicablePaths": [
         "/content/validationdemo/users/"
     ],
-    "validatedResourceType": "/apps/validationdemo/components/user",
+    "validatingResourceType": "/apps/validationdemo/components/user",
     "properties": {
         "jcr:primaryType": "nt:unstructured",
         "firstName": {

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

Reply via email to