We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7d6dc0 commit 6032b6cCopy full SHA for 6032b6c
src/main/java/org/jax/mgi/mgd/api/util/Constants.java
@@ -4,8 +4,6 @@ public class Constants {
4
5
// HTTP status codes
6
public static Integer HTTP_OK = 200;
7
-// public static Integer HTTP_BAD_REQUEST = 400;
8
-// public static Integer HTTP_NOT_FOUND = 404;
9
public static Integer HTTP_SERVER_ERROR = 500;
10
public static Integer HTTP_PERMISSION_DENIED = 550;
11
0 commit comments