update 优化 HttpStatus 写法

This commit is contained in:
疯狂的狮子li
2022-10-31 10:27:24 +08:00
parent 6c9979cede
commit b7f817fc57

View File

@@ -89,5 +89,5 @@ public interface HttpStatus {
/**
* 系统警告消息
*/
public static final int WARN = 601;
int WARN = 601;
}