]> git.mxchange.org Git - jphone-core.git/commitdiff
this thing does not work if you don't have the JAR inside the WAR file. Better is...
authorRoland Häder <roland@mxchange.org>
Mon, 23 May 2016 10:58:28 +0000 (12:58 +0200)
committerRoland Häder <roland@mxchange.org>
Mon, 23 May 2016 10:58:28 +0000 (12:58 +0200)
src/org/mxchange/jphone/validators/PhoneNumberValidator.java

index a6305eadf5ecb61b1cfe37ae762a119c67a28011..6f83ba7d5b52802f03f73cd1cfeedd983c86dbaa 100644 (file)
@@ -26,8 +26,10 @@ import org.mxchange.jcoreee.validator.number.BaseLongValidator;
  * A validator for phone, fax and mobile numbers
  * <p>
  * @author Roland Haeder<roland@mxchange.org>
+ * @deprecated Please copy this class to your project, it won't load.
  */
 @FacesValidator (value = "PhoneNumberValidator")
+@Deprecated
 public class PhoneNumberValidator extends BaseLongValidator implements Validator {
 
        /**
@@ -49,4 +51,5 @@ public class PhoneNumberValidator extends BaseLongValidator implements Validator
                // Trace message
                //* NOISY-DEBUG: */ System.out.println("validate: EXIT!"); //NOI18N
        }
+
 }