mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-21 01:01:15 +01:00
Update E164 constraint message
This commit is contained in:
@@ -29,7 +29,7 @@ import javax.validation.Payload;
|
||||
@Documented
|
||||
public @interface E164 {
|
||||
|
||||
String message() default "{org.whispersystems.textsecuregcm.util.E164.message}";
|
||||
String message() default "value is not a valid E164 number";
|
||||
|
||||
Class<?>[] groups() default { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user