From 149ab3a0475fe8415c80e6ab3a2c3c086e0c7d47 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sat, 8 Jul 2017 00:12:18 +0200 Subject: [PATCH] remove superflous abstract declaration MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- .../jcoreee/validator/BaseObjectValidator.java | 13 ------------- 1 file changed, 13 deletions(-) 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 -- 2.39.2