]> git.mxchange.org Git - jfinancials-lib.git/blobdiff - src/org/mxchange/addressbook/validator/names/AddressbookNameValidator.java
updated jar(s) + fixed #tpyo
[jfinancials-lib.git] / src / org / mxchange / addressbook / validator / names / AddressbookNameValidator.java
index 1e43b908d0ae63cc80827bde33bce6a953037ea6..0f883816d007a0acd66122e79fc6d8104c028441 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Roland Haeder
+ * Copyright (C) 2016 Roland Haeder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -42,10 +42,10 @@ public class AddressbookNameValidator extends BaseStringValidator implements Val
                //this.getLogger().logTrace(MessageFormat.format("validate: context={0},component={1},value={2} - CALLED!", context, component, value)); //NOI18N
 
                // All accepted, required fields
-               String[] requiredFileds = {"addressbookName"}; //NOI18N
+               String[] requiredFields = {"addressbookName"}; //NOI18N
 
                // Pre-validation (example: not null, not a string, empty string ...)
-               super.preValidate(context, component, value, requiredFileds, false);
+               super.preValidate(context, component, value, requiredFields, false);
 
                // Trace message
                //this.getLogger().logTrace("validate: EXIT!"); //NOI18N