You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/10/20 14:39:21 UTC

[sling-org-apache-sling-models-validation-impl] 21/34: remove invalid javadoc

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-models-validation-impl.git

commit 2151e4cc9a4f325ad4021c022008e441eb2cb885
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Fri Mar 3 10:59:40 2017 +0000

    remove invalid javadoc
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1785266 13f79535-47bb-0310-9956-ffa450edef68
---
 .../org/apache/sling/models/validation/impl/it/ModelValidationIT.java   | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/test/java/org/apache/sling/models/validation/impl/it/ModelValidationIT.java b/src/test/java/org/apache/sling/models/validation/impl/it/ModelValidationIT.java
index 25f476d..9a0a359 100644
--- a/src/test/java/org/apache/sling/models/validation/impl/it/ModelValidationIT.java
+++ b/src/test/java/org/apache/sling/models/validation/impl/it/ModelValidationIT.java
@@ -36,8 +36,6 @@ import org.junit.Rule;
 import org.junit.Test;
 import org.junit.rules.ExpectedException;
 
-/** These tests leverage the {@link ValidationPostOperation} to validate the given request parameters. The according validation model
- * enforces the properties "field1" matching regex=^\\\p{Upper}$ and "field2" (having an arbitrary value). */
 public class ModelValidationIT {
 
     @Rule

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