]> git.mxchange.org Git - jcore-utils.git/commitdiff
remove superflous abstract declaration
authorRoland Häder <roland@mxchange.org>
Fri, 7 Jul 2017 22:12:18 +0000 (00:12 +0200)
committerRoland Häder <roland@mxchange.org>
Fri, 7 Jul 2017 22:12:18 +0000 (00:12 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
src/org/mxchange/jcoreee/validator/BaseObjectValidator.java

index 5a301e4ab190f8aa7c7a9630188123a645d2970d..6d335ec96ddfcb79038b91ddc7f24167defcb15a 100644 (file)
@@ -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.
-        * <p>
-        * @param context FacesContext instance
-        * @param component UIComponent instance
-        * @param value Value to check
-        * <p>
-        * @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