From: Roland Haeder Date: Wed, 14 Oct 2015 06:42:05 +0000 (+0200) Subject: also (later) log allowNull X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5de2b44579f7df9a0749a095781b8b7d69498fee;p=jcoreee.git also (later) log allowNull Signed-off-by:Roland Häder --- diff --git a/src/org/mxchange/jcoreee/validator/number/BaseLongValidator.java b/src/org/mxchange/jcoreee/validator/number/BaseLongValidator.java index ba45913..e3ed157 100644 --- a/src/org/mxchange/jcoreee/validator/number/BaseLongValidator.java +++ b/src/org/mxchange/jcoreee/validator/number/BaseLongValidator.java @@ -39,7 +39,7 @@ public abstract class BaseLongValidator extends BaseObjectValidator implements V @Override public void preValidate (final FacesContext context, final UIComponent component, final Object value, final String[] requiredFields, boolean allowNull) throws ValidatorException { // Trace message - //this.getLogger().logTrace(MessageFormat.format("preValidate: context={0},component={1},value={2},requiredFields={3} - CALLED!", context, component, value, Arrays.toString(requiredFields))); //NOI18N + //this.getLogger().logTrace(MessageFormat.format("preValidate: context={0},component={1},value={2},requiredFields={3},allowNull={4} - CALLED!", context, component, value, Arrays.toString(requiredFields, allowNull))); //NOI18N // Pre-validate super.preValidate(context, component, value, requiredFields, allowNull);