OpenSearch/x-pack/plugin/watcher/src
Ryan Ernst 49387bf2d7
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-25 09:41:22 +01:00
..
main Core: Combine doExecute methods in TransportAction (#31517) 2018-06-25 09:41:22 +01:00
test Core: Remove ThreadPool from base TransportAction (#31492) 2018-06-21 11:25:26 -07:00