support java.util.concurrent.ConcurrentMap

This commit is contained in:
oppofind 2019-11-19 10:51:43 +08:00
parent 3a376b61cd
commit d7ab2ca964
1 changed files with 1 additions and 1 deletions

View File

@ -886,7 +886,7 @@ public class SourceBuilder {
} }
} else { } else {
if (!typeName.equals(gicName)) { if (!typeName.equals(gicName)) {
if (MAP_CLASS.equals(gicName)) { if (DocClassUtil.isMap(gicName)) {
data0.append("[{\"mapKey\":{}}],"); data0.append("[{\"mapKey\":{}}],");
continue out; continue out;
} }