Remove unnecessary comment

This commit is contained in:
Ryan Ernst 2016-03-09 13:26:33 -08:00
parent c48e6b86f6
commit 0344af0750
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}