mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix code
This commit is contained in:
@@ -38,8 +38,8 @@ public class IssueIB9MH0Test {
|
||||
_01("tab_people_home","首页"),
|
||||
_02("tab_people_hospital","医院");
|
||||
|
||||
private String code;
|
||||
private String title;
|
||||
private final String code;
|
||||
private final String title;
|
||||
|
||||
TabTypeEnum(final String code, final String title) {
|
||||
this.code = code;
|
||||
|
Reference in New Issue
Block a user