add dde check

This commit is contained in:
Looly
2023-03-26 23:58:06 +08:00
parent c832b74c83
commit 7324502249
4 changed files with 46 additions and 36 deletions

View File

@@ -95,9 +95,4 @@ public interface CharPool {
* 字符常量:等于 {@code '='}
*/
char EQUAL = '=';
/**
* 字符常量:减号 {@code '-'}
*/
char MINUS = '-';
}