From: Roland Häder Date: Fri, 7 Jul 2017 22:12:18 +0000 (+0200) Subject: remove superflous abstract declaration X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=149ab3a0475fe8415c80e6ab3a2c3c086e0c7d47;p=jcoreee.git remove superflous abstract declaration Signed-off-by: Roland Häder --- diff --git a/src/org/mxchange/jcoreee/validator/BaseObjectValidator.java b/src/org/mxchange/jcoreee/validator/BaseObjectValidator.java index 5a301e4..6d335ec 100644 --- a/src/org/mxchange/jcoreee/validator/BaseObjectValidator.java +++ b/src/org/mxchange/jcoreee/validator/BaseObjectValidator.java @@ -39,19 +39,6 @@ public abstract class BaseObjectValidator implements Validator, Serializable { */ private static final long serialVersionUID = 48_574_878_176_939_512L; - /** - * Needs to be implemented as the Validator interface needs to be - * implemented. - *

- * @param context FacesContext instance - * @param component UIComponent instance - * @param value Value to check - *

- * @throws ValidatorException - */ - @Override - public abstract void validate (final FacesContext context, final UIComponent component, final Object value) throws ValidatorException; - /** * The method pre-validates the given value. It makes sure that the * component's id is found in requiredFields and is not null. Once the