]> git.mxchange.org Git - jjobs-war.git/commitdiff
Please cherry-pick:
authorRoland Häder <roland@mxchange.org>
Thu, 18 Aug 2016 08:18:09 +0000 (10:18 +0200)
committerRoland Haeder <roland@mxchange.org>
Sun, 21 Aug 2016 19:45:02 +0000 (21:45 +0200)
- opps, added missing thrown ValidationException, even when it is not thrown here, seems be needed in this method signature

Signed-off-by: Roland Häder <roland@mxchange.org>
src/java/org/mxchange/jjobs/validator/booleans/JobsUserProfileVisibilityValidator.java

index b44c067fef998b64baf05961ac2931af23670558..25849b090afcc441dadb7bd2b62abf8698f25cf1 100644 (file)
@@ -20,6 +20,7 @@ import javax.faces.component.UIComponent;
 import javax.faces.context.FacesContext;
 import javax.faces.validator.FacesValidator;
 import javax.faces.validator.Validator;
+import javax.faces.validator.ValidatorException;
 import org.mxchange.jcoreee.validator.bool.BaseBooleanValidator;
 
 /**
@@ -36,7 +37,7 @@ public class JobsUserProfileVisibilityValidator extends BaseBooleanValidator imp
        private static final long serialVersionUID = 185_768_717_676_910_450L;
 
        @Override
-       public void validate (final FacesContext context, final UIComponent component, final Object value) {
+       public void validate (final FacesContext context, final UIComponent component, final Object value) throws ValidatorException {
                // The required field
                String[] requiredFields = {"landLineAreaCode", "landLineNumber", "faxAreaCode", "faxNumber", "mobileNumber"}; //NOI18N