Skip to content

Commit 2d441a8

Browse files
committed
[#54] fix: ValidationErrorMessage 코드 중복 수정
1 parent d21b1c9 commit 2d441a8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/com/nexters/teamace/common/exception/ValidationErrorMessage.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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";

0 commit comments

Comments
 (0)