update 优化 HttpStatus 写法

2.X
疯狂的狮子li 2022-10-31 10:27:24 +08:00
parent 6c9979cede
commit b7f817fc57
1 changed files with 1 additions and 1 deletions

View File

@ -89,5 +89,5 @@ public interface HttpStatus {
/**
*
*/
public static final int WARN = 601;
int WARN = 601;
}