From: Roland Häder Date: Sat, 26 Aug 2017 11:34:24 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f91f8cd73f34f5afef145f925c5d552b9fe13708;p=jcore-utils.git Continued: - let's be better programmers and don't ignore warnings about rawtypes as this causes the Java compiler to create a workaround which may *not* work on all environments and JVMs 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 9184dc1..14425d9 100644 --- a/src/org/mxchange/jcoreee/validator/BaseObjectValidator.java +++ b/src/org/mxchange/jcoreee/validator/BaseObjectValidator.java @@ -30,9 +30,11 @@ import javax.faces.validator.ValidatorException; * You also may want to try out some other BaseFooValidator classes before * directly inheriting from this class. *

+ * @param Any object that needs validation + *

* @author Roland Häder */ -public abstract class BaseObjectValidator implements Validator, Serializable { +public abstract class BaseObjectValidator implements Validator, Serializable { /** * Serial number