Remove unnecessary comment
This commit is contained in:
parent
c48e6b86f6
commit
0344af0750
|
@ -502,7 +502,6 @@ final class DocumentParser implements Closeable {
|
|||
} else if (dynamic == ObjectMapper.Dynamic.TRUE) {
|
||||
Mapper.Builder builder = context.root().findTemplateBuilder(context, arrayFieldName, "object");
|
||||
if (builder == null) {
|
||||
// TODO: shouldn't this create a default object mapper builder?
|
||||
parseNonDynamicArray(context, parentMapper, lastFieldName, arrayFieldName);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue