summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2020-07-17 12:16:00 +0200
committerJon Bratseth <bratseth@gmail.com>2020-07-17 12:16:00 +0200
commita46968ad46a9de2c2c35c284639a40ebdccf6730 (patch)
tree4ec8f062d0317253d869f84b7da9296050649051
parent961792ac50ff3ebf0f54409e284bc85eba998990 (diff)
Update ABI spec
-rw-r--r--container-search/abi-spec.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/container-search/abi-spec.json b/container-search/abi-spec.json
index 5faa5ec322d..a338bb5d8e7 100644
--- a/container-search/abi-spec.json
+++ b/container-search/abi-spec.json
@@ -6147,8 +6147,6 @@
"public"
],
"methods": [
- "public void <init>(com.yahoo.search.query.profile.compiled.DimensionalValue$Value)",
- "public void <init>(java.util.List)",
"public java.lang.Object get(java.util.Map)",
"public boolean isEmpty()",
"public java.lang.String toString()"
@@ -6170,6 +6168,8 @@
"public com.yahoo.search.query.profile.types.QueryProfileType queryProfileType()",
"public com.yahoo.search.query.profile.compiled.ValueWithSource withValue(java.lang.Object)",
"public java.util.Optional variant()",
+ "public int hashCode()",
+ "public boolean equals(java.lang.Object)",
"public java.lang.String toString()"
],
"fields": []