File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
src/main/java/com/nexters/teamace/common/exception Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,6 @@ public class ValidationErrorMessage {
1111 public static final String USER_ID_POSITIVE = "User ID must be greater than or equal to 1" ;
1212 public static final String USERNAME_SIZE = "Username must be between 1 and 20 characters" ;
1313
14- public static final String USER_ID_NOT_NULL = "User ID cannot be null" ;
15- public static final String USER_ID_POSITIVE = "User ID must be greater than or equal to 1" ;
1614 public static final String NICKNAME_SIZE = "Nickname must be between 1 and 20 characters" ;
1715 public static final String USERNAME_NOT_BLANK = "username must not be blank" ;
1816 public static final String NICKNAME_NOT_BLANK = "nickname must not be blank" ;
You can’t perform that action at this time.
0 commit comments