Adds additional SNIPPET

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1428430 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Lukasz Lenart
2013-01-03 16:11:01 +00:00
parent 837f85931e
commit de18aca845
@@ -33,10 +33,11 @@ package com.opensymphony.xwork2.validator.validators;
*
* You can either use the min / max value or minExpression / maxExpression (when parse is set to true) -
* using expression can be slightly slower, see the example below.
* WARNING! Do not use ${minExpression} and ${maxExpression} as an expression as this will turn into infinitive loop!
*
* <!-- END SNIPPET: parameters -->
*
* <!-- START SNIPPET: parameters-warning -->
* Do not use ${minExpression} and ${maxExpression} as an expression as this will turn into infinitive loop!
* <!-- END SNIPPET: parameters-warning -->
*
* <pre>
* <!-- START SNIPPET: examples -->