添加 UnifiedResponse 以替代 RestfulResult;重构 RegexUtil。 (#4)

Reviewed-on: http://zhouxy.xyz:3000/plusone/plusone-commons/pulls/4
This commit is contained in:
2023-08-09 20:23:31 +08:00
parent f2aba52c4c
commit ef43b4dd87
12 changed files with 611 additions and 100 deletions

View File

@@ -45,7 +45,7 @@ public abstract class BaseException extends RuntimeException implements IWithInt
}
@Override
public int getCode() {
public final int getCode() {
return this.code;
}
}