Skip to content

Commit d7231b6

Browse files
committed
删除多余的代码
1 parent b0a2870 commit d7231b6

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

APIJSON-Java-Server/APIJSONLibrary/src/main/java/zuo/biao/apijson/server/AbstractObjectParser.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,6 @@ public AbstractObjectParser(@NotNull JSONObject request, String parentPath, Stri
125125
public static final Map<String, Pattern> COMPILE_MAP;
126126
static {
127127
COMPILE_MAP = new HashMap<String, Pattern>();
128-
COMPILE_MAP.put("phone", StringUtil.PATTERN_PHONE);
129-
COMPILE_MAP.put("email", StringUtil.PATTERN_EMAIL);
130-
COMPILE_MAP.put("idCard", StringUtil.PATTERN_ID_CARD);
131128
}
132129

133130
protected Map<String, String> corrected;

0 commit comments

Comments
 (0)