HLRC: Fix Compile Error From Missing Throws (#33083)

* 50441f97ae745814db96c262e99d0f465aca5b2c#diff-53a95fe7ded21313483f1b2f15977395L72 removed the throws breaking compilation here
This commit is contained in:
Armin Braun 2018-08-23 12:24:32 +02:00 committed by Dimitris Athanasiou
parent 07cce95305
commit 61f5c188e0
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ final class MLRequestConverters {
return request;
}
static Request openJob(OpenJobRequest openJobRequest) {
static Request openJob(OpenJobRequest openJobRequest) throws IOException {
String endpoint = new EndpointBuilder()
.addPathPartAsIs("_xpack")
.addPathPartAsIs("ml")