mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-02 08:59:09 +00:00
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…
x
Reference in New Issue
Block a user