X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2Forg%2Fmxchange%2Faddressbook%2Fvalidator%2Fbooleans%2FUserProfileVisibilityValidator.java;h=e044289c5dcd2bc6eb8e6bca20c7177ac0198b40;hb=fa8121f026fd52c078c3ed3e8c1b7c46a6550beb;hp=01b0d2063d703492eee2fb3ad70bafc8551b736a;hpb=aab6d2df0e1241b31fd10281868009a8508f341a;p=jfinancials-lib.git diff --git a/src/org/mxchange/addressbook/validator/booleans/UserProfileVisibilityValidator.java b/src/org/mxchange/addressbook/validator/booleans/UserProfileVisibilityValidator.java index 01b0d20..e044289 100644 --- a/src/org/mxchange/addressbook/validator/booleans/UserProfileVisibilityValidator.java +++ b/src/org/mxchange/addressbook/validator/booleans/UserProfileVisibilityValidator.java @@ -42,10 +42,10 @@ public class UserProfileVisibilityValidator extends BaseBooleanValidator impleme //this.getLogger().logTrace(MessageFormat.format("validate: context={0},component={1},value={2} - CALLED!", context, component, value)); //NOI18N // All accepted, required fields - String[] requiredFileds = {"publicUserProfileFlag"}; //NOI18N + String[] requiredFields = {"publicUserProfileFlag"}; //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