summaryrefslogtreecommitdiffstats
path: root/container-search/abi-spec.json
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2020-11-04 18:39:06 +0100
committerJon Bratseth <bratseth@gmail.com>2020-11-04 18:39:06 +0100
commita72b6152b4a16978db0731872e319af2ae63a0ac (patch)
tree00e0f6ce6139110299c2ee4d5c8106be612a282f /container-search/abi-spec.json
parentac8b4ebae4796b275ff71cc15eb259a22797a913 (diff)
Override in variant references
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": []