aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/abi-spec.json
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2020-11-04 21:23:21 +0100
committerJon Bratseth <bratseth@gmail.com>2020-11-04 21:23:21 +0100
commit3c49543bb514abd8c3040fc4355f6ccc537468e1 (patch)
treee9b48215a89c2170853a3fd16e69b5b70846c8e3 /container-search/abi-spec.json
parent95ca6fdcb45b1d3ae805c5c9f3d20cc7972f136d (diff)
Revert "Merge pull request #15181 from vespa-engine/revert-15180-bratseth/override-in-variant-references"
This reverts commit 95ca6fdcb45b1d3ae805c5c9f3d20cc7972f136d, reversing changes made to 19f9396e6b60e49c7830d78d504a14c015600f2b.
Diffstat (limited to 'container-search/abi-spec.json')
-rw-r--r--container-search/abi-spec.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/container-search/abi-spec.json b/container-search/abi-spec.json
index 86e7ddc7e52..113760b85cb 100644
--- a/container-search/abi-spec.json
+++ b/container-search/abi-spec.json
@@ -5868,7 +5868,7 @@
"public com.yahoo.search.query.profile.DimensionValues getDimensionValues()",
"public java.util.Map values()",
"public java.util.List inherited()",
- "public void set(java.lang.String, java.lang.Object)",
+ "public java.lang.Object set(java.lang.String, java.lang.Object)",
"public void inherit(com.yahoo.search.query.profile.QueryProfile)",
"public int compareTo(com.yahoo.search.query.profile.QueryProfileVariant)",
"public boolean matches(com.yahoo.search.query.profile.DimensionValues)",
@@ -5899,6 +5899,7 @@
"public int compareTo(com.yahoo.search.query.profile.QueryProfileVariants$FieldValue)",
"public com.yahoo.search.query.profile.QueryProfileVariants$FieldValue clone(java.lang.String, java.util.List)",
"public com.yahoo.search.query.profile.QueryProfileVariants$FieldValue clone()",
+ "public java.lang.String toString()",
"public bridge synthetic java.lang.Object clone()",
"public bridge synthetic int compareTo(java.lang.Object)"
],
@@ -5954,6 +5955,7 @@
"public com.yahoo.search.query.profile.QueryProfileVariants clone()",
"protected void ensureNotFrozen()",
"public com.yahoo.search.query.profile.QueryProfileVariant getVariant(com.yahoo.search.query.profile.DimensionValues, boolean)",
+ "public java.lang.String toString()",
"public bridge synthetic java.lang.Object clone()"
],
"fields": []