Skip to content

Commit e6dbbd9

Browse files
authored
Update AbstractParser.java
1 parent 155cabe commit e6dbbd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

APIJSONORM/src/main/java/apijson/orm/AbstractParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2229,7 +2229,7 @@ protected JSONObject batchVerify(RequestMethod method, String tag, int version,
22292229
continue;
22302230
}
22312231

2232-
if(tag != null && !tag.contains("\\:")) {
2232+
if(tag != null && !tag.contains(":")) {
22332233
JSONObject object = getRequestStructure(_method, tag, version);
22342234
JSONObject ret = objectVerify(_method, tag, version, name, request, maxUpdateCount, creator, object);
22352235
jsonObject.putAll(ret);

0 commit comments

Comments
 (0)