]> git.mxchange.org Git - jphone-core.git/commitdiff
no need for value='' here, only the pure value is okay
authorRoland Häder <roland@mxchange.org>
Thu, 20 Apr 2017 09:06:02 +0000 (11:06 +0200)
committerRoland Häder <roland@mxchange.org>
Thu, 20 Apr 2017 09:06:02 +0000 (11:06 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
src/org/mxchange/jphone/validators/PhoneNumberValidator.java

index 75c36b9248ab55a8c3d68942b0948cf0b1a17ed1..6cb8a5293512ca8a07458e174f6b5034ab49f31c 100644 (file)
@@ -28,7 +28,7 @@ import org.mxchange.jcoreee.validator.number.BaseLongValidator;
  * @author Roland Häder<roland@mxchange.org>
  * @deprecated Please copy this class to your project, it won't load.
  */
-@FacesValidator (value = "PhoneNumberValidator")
+@FacesValidator ("PhoneNumberValidator")
 @Deprecated
 public class PhoneNumberValidator extends BaseLongValidator implements Validator {