OpenSearch/server
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
..
licenses Upgrade to Lucene 7.4.0. (#31529) 2018-06-22 16:17:17 +02:00
src Core: Combine doExecute methods in TransportAction (#31517) 2018-06-25 09:41:22 +01:00
build.gradle Build: Split distributions into oss and default 2018-04-20 15:33:57 -07:00