mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
add dde check
This commit is contained in:
@@ -95,9 +95,4 @@ public interface CharPool {
|
||||
* 字符常量:等于 {@code '='}
|
||||
*/
|
||||
char EQUAL = '=';
|
||||
/**
|
||||
* 字符常量:减号 {@code '-'}
|
||||
*/
|
||||
char MINUS = '-';
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user