]> git.mxchange.org Git - addressbook-lib.git/commitdiff
this validator does not allow null + jars updated
authorRoland Haeder <roland@mxchange.org>
Mon, 12 Oct 2015 09:45:08 +0000 (11:45 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 12 Oct 2015 10:09:22 +0000 (12:09 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

lib/jcoreee.jar
lib/jphone-core.jar
src/org/mxchange/addressbook/validator/names/AddressbookNameValidator.java

index 093433c9bcb8dc508c42f20a649f82a3d7f6cbdc..3d91b2ca0b1cd5322ef14983fe9e722e1fc8c41e 100644 (file)
Binary files a/lib/jcoreee.jar and b/lib/jcoreee.jar differ
index f7da496b94a16d7157abd650b5df779de84fa779..09d31d021f45e52b1f8bff4b13c78c01fc84571c 100644 (file)
Binary files a/lib/jphone-core.jar and b/lib/jphone-core.jar differ
index 67007bb0c5cdaed23a957314c2ff922d7aca743b..b9a3b545e27d161e671590a6894bac9f70f90379 100644 (file)
@@ -43,7 +43,7 @@ public class AddressbookNameValidator extends BaseStringValidator implements Val
                String[] requiredFileds = {"addressbookName"}; //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