From 5de2b44579f7df9a0749a095781b8b7d69498fee Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Wed, 14 Oct 2015 08:42:05 +0200 Subject: [PATCH] =?utf8?q?also=20(later)=20log=20allowNull=20Signed-off-by?= =?utf8?q?:Roland=20H=C3=A4der=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .../mxchange/jcoreee/validator/number/BaseLongValidator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5