Subversion Repository Public Repository

litesoft

Diff Revisions 627 vs 628 for /trunk/GWT_Sandbox/FormEngine/src/com/temp/shared/ValueValidator.java

Diff revisions: vs.
  @@ -11,4 +11,6 @@
11 11 * @return null if the 'value' is acceptable, otherwise the data to generate the Error Text
12 12 */
13 13 E13nData checkValue( T value );
14 +
15 + public static final ValueValidator<?>[] EMPTY_ARRAY = new ValueValidator<?>[0];
14 16 }