summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@verizonmedia.com>2019-12-18 09:30:45 +0100
committerJon Bratseth <bratseth@verizonmedia.com>2019-12-18 09:30:45 +0100
commitdb8b48fab7f52f11e53e0816d203374b1cfe34ad (patch)
tree24a71577037b552c18ce88baa7c493b5fba7a627
parent8d8cd169ae03721773861854b5b7e4b4567d8e22 (diff)
Update ABI spec
-rw-r--r--container-search/abi-spec.json1
-rw-r--r--hosted-api/src/main/java/ai/vespa/hosted/api/Submission.java2
2 files changed, 1 insertions, 2 deletions
diff --git a/container-search/abi-spec.json b/container-search/abi-spec.json
index 66502b62ee8..0f55f777250 100644
--- a/container-search/abi-spec.json
+++ b/container-search/abi-spec.json
@@ -7741,6 +7741,7 @@
"methods": [
"public void <init>(com.yahoo.container.core.ChainsConfig, com.yahoo.search.config.IndexInfoConfig, com.yahoo.container.QrSearchersConfig, com.yahoo.component.provider.ComponentRegistry, com.yahoo.vespa.configdefinition.SpecialtokensConfig, com.yahoo.language.Linguistics, com.yahoo.component.provider.ComponentRegistry)",
"public com.yahoo.search.searchchain.Execution newExecution(com.yahoo.component.chain.Chain)",
+ "public com.yahoo.search.searchchain.Execution newExecution(java.lang.String)",
"public com.yahoo.search.searchchain.SearchChainRegistry searchChainRegistry()",
"public com.yahoo.search.rendering.RendererRegistry rendererRegistry()",
"public void deconstruct()",
diff --git a/hosted-api/src/main/java/ai/vespa/hosted/api/Submission.java b/hosted-api/src/main/java/ai/vespa/hosted/api/Submission.java
index 8205e8a1b9b..fe2dbaf977e 100644
--- a/hosted-api/src/main/java/ai/vespa/hosted/api/Submission.java
+++ b/hosted-api/src/main/java/ai/vespa/hosted/api/Submission.java
@@ -1,8 +1,6 @@
// Copyright 2019 Oath Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package ai.vespa.hosted.api;
-import java.io.File;
-import java.io.InputStream;
import java.nio.file.Path;
import java.util.OptionalLong;