]> git.mxchange.org Git - jcore-utils.git/commitdiff
also (later) log allowNull
authorRoland Haeder <roland@mxchange.org>
Wed, 14 Oct 2015 06:42:05 +0000 (08:42 +0200)
committerRoland Haeder <roland@mxchange.org>
Wed, 14 Oct 2015 06:42:05 +0000 (08:42 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

src/org/mxchange/jcoreee/validator/number/BaseLongValidator.java

index ba45913c9955d1b5d63d8d16a172bd29038c969d..e3ed1570121ccb579f4286e9a2d65415f67ee1dd 100644 (file)
@@ -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);