From: Roland Häder Date: Mon, 23 May 2016 11:54:44 +0000 (+0200) Subject: this thing does not work if you don't have the JAR inside the WAR file. Better is... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=52f2e068c991cfeb7c152e7ddf678dac5ef2d3b3;p=jcore-utils.git this thing does not work if you don't have the JAR inside the WAR file. Better is to copy this to your project and remove the deprecation annotation + from javadoc-tag --- diff --git a/src/org/mxchange/jcoreee/validator/bool/privacy_terms/PrivacyTermsCheckboxValidator.java b/src/org/mxchange/jcoreee/validator/bool/privacy_terms/PrivacyTermsCheckboxValidator.java index f59654e..b7b7d50 100644 --- a/src/org/mxchange/jcoreee/validator/bool/privacy_terms/PrivacyTermsCheckboxValidator.java +++ b/src/org/mxchange/jcoreee/validator/bool/privacy_terms/PrivacyTermsCheckboxValidator.java @@ -27,8 +27,10 @@ import org.mxchange.jcoreee.validator.bool.BaseBooleanValidator; * A validator for privacy and terms checkboxes *

* @author Roland Haeder + * @deprecated Please copy this to your project and remove the deprecation annotation */ @FacesValidator (value = "PrivacyTermsCheckboxValidator") +@Deprecated public class PrivacyTermsCheckboxValidator extends BaseBooleanValidator implements Validator { /** diff --git a/src/org/mxchange/jcoreee/validator/number/item_amount/ItemAmountValidator.java b/src/org/mxchange/jcoreee/validator/number/item_amount/ItemAmountValidator.java index 338a38c..ccffa4a 100644 --- a/src/org/mxchange/jcoreee/validator/number/item_amount/ItemAmountValidator.java +++ b/src/org/mxchange/jcoreee/validator/number/item_amount/ItemAmountValidator.java @@ -27,8 +27,10 @@ import org.mxchange.jcoreee.validator.number.BaseLongValidator; * A validator for item amount *

* @author Roland Haeder + * @deprecated Please copy this to your project */ @FacesValidator (value = "ItemAmountValidator") +@Deprecated public class ItemAmountValidator extends BaseLongValidator implements Validator { /** diff --git a/src/org/mxchange/jcoreee/validator/string/names/NameValidator.java b/src/org/mxchange/jcoreee/validator/string/names/NameValidator.java index 02cbfe0..fa716c7 100644 --- a/src/org/mxchange/jcoreee/validator/string/names/NameValidator.java +++ b/src/org/mxchange/jcoreee/validator/string/names/NameValidator.java @@ -27,8 +27,10 @@ import org.mxchange.jcoreee.validator.string.BaseStringValidator; * A validation class for names, such as first name or family name. *

* @author Roland Haeder + * @deprecated Please copy this to your project */ @FacesValidator (value = "NameValidator") +@Deprecated public class NameValidator extends BaseStringValidator implements Validator { /**