OpenSearch/modules/reindex/src
Nik Everett 45663ac1a8
Use Void context on parsers where possible (#50573) (#50617)
*Most* of our parsing can be done without passing any extra context into
the parser that isn't already part of the xcontent stream. While I was
looking around at the places that *do* need a context I found a few
places that were declared to need a context but don't actually need it.
2020-01-03 13:28:55 -05:00
..
main Use Void context on parsers where possible (#50573) (#50617) 2020-01-03 13:28:55 -05:00
test Use Void context on parsers where possible (#50573) (#50617) 2020-01-03 13:28:55 -05:00