mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-11-03 12:57:11 +08:00
style: 使用常量优化部分魔法值
This commit is contained in:
@@ -45,6 +45,11 @@ public class StringConsts implements StrPool {
|
||||
*/
|
||||
public static final String ASTERISK = "*";
|
||||
|
||||
/**
|
||||
* 问号
|
||||
*/
|
||||
public static final String QUESTION_MARK = "?";
|
||||
|
||||
/**
|
||||
* 中文逗号
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user