OpenSearch/modules/reindex
Ryan Ernst 7a150ec06d
Core: Combine doExecute methods in TransportAction (#31517)
TransportAction currently contains 2 doExecute methods, one which takes
a the task, and one that does not. The latter is what some subclasses
implement, while the first one just calls the latter, dropping the given
task. This commit combines these methods, in favor of just always
assuming a task is present.
2018-06-22 15:03:01 -07:00
..
src Core: Combine doExecute methods in TransportAction (#31517) 2018-06-22 15:03:01 -07:00
build.gradle Fix AntFixture waiting condition (#31272) 2018-06-13 12:40:22 +02:00