Skip to content

Commit 6032b6c

Browse files
committed
add AUTHENTICATE_USER info
1 parent f7d6dc0 commit 6032b6c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/org/jax/mgi/mgd/api/util/Constants.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ public class Constants {
44

55
// HTTP status codes
66
public static Integer HTTP_OK = 200;
7-
// public static Integer HTTP_BAD_REQUEST = 400;
8-
// public static Integer HTTP_NOT_FOUND = 404;
97
public static Integer HTTP_SERVER_ERROR = 500;
108
public static Integer HTTP_PERMISSION_DENIED = 550;
119

0 commit comments

Comments
 (0)