You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by kw...@apache.org on 2021/04/19 20:29:20 UTC

[jackrabbit-filevault] branch master updated: clarify validator table column

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

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jackrabbit-filevault.git


The following commit(s) were added to refs/heads/master by this push:
     new 7eb85af  clarify validator table column
7eb85af is described below

commit 7eb85af4e8a1072c1c0a72f90c59d67310d7b102
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Mon Apr 19 22:29:09 2021 +0200

    clarify validator table column
---
 vault-doc/src/site/markdown/validation.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vault-doc/src/site/markdown/validation.md b/vault-doc/src/site/markdown/validation.md
index 5141f34..e2a4497 100644
--- a/vault-doc/src/site/markdown/validation.md
+++ b/vault-doc/src/site/markdown/validation.md
@@ -67,7 +67,7 @@ The SPI is exported from the artifact `org.apache.jackrabbit.vault:vault-validat
 
 The validator which is returned via the `ValidatorFactory` is one of the following types below package `org.apache.jackrabbit.filevault.maven.packaging.validator`
 
-Validator Class | Description | `META-INF` or `jcr_root` | Called from another validator
+Validator Class | Description | Scope | Called from another validator
 --- | --- | --- | ---
 `DocumentViewXmlValidator` | Called for each node serialized into a DocView element | `jcr_root` | no
 `NodePathValidator` | Called for each node path contained in the package (even for ones not listed in the filter.xml) | `jcr_root` | no