]> git.mxchange.org Git - jcore-utils.git/blobdiff - src/org/mxchange/jcoreee/validator/number/item_amount/ItemAmountValidator.java
Added flag allowNull to allow null ...
[jcore-utils.git] / src / org / mxchange / jcoreee / validator / number / item_amount / ItemAmountValidator.java
index 96392d4d964bdad6e2d1e312092174af486c1cae..714b42a5c88abe496902d4d20194279742f6c73e 100644 (file)
@@ -43,7 +43,7 @@ public class ItemAmountValidator extends BaseLongValidator implements Validator
                String[] requiredFileds = {"amount"}; //NOI18N
 
                // Pre-validation (example: not null, not a string, empty string ...)
-               super.preValidate(context, component, value, requiredFileds);
+               super.preValidate(context, component, value, requiredFileds, false);
 
                // Trace message
                //this.getLogger().logTrace("validate: EXIT!"); //NOI18N