summaryrefslogtreecommitdiffstats
path: root/document/abi-spec.json
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2020-11-19 16:49:55 +0100
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2020-11-19 16:53:50 +0100
commit025248c5690e1f1c5189d53e80d302b1d7369542 (patch)
treee157d0f5c1b3a12670710f03a73a5b938c963169 /document/abi-spec.json
parent06ae58f434aa7a513259f43d3fa932bcc513682c (diff)
Override equals()/hashCode() for TensorDataType
Diffstat (limited to 'document/abi-spec.json')
-rw-r--r--document/abi-spec.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/document/abi-spec.json b/document/abi-spec.json
index b119f9991b3..903b7a897df 100644
--- a/document/abi-spec.json
+++ b/document/abi-spec.json
@@ -1911,6 +1911,8 @@
"public java.lang.Class getValueClass()",
"public boolean isValueCompatible(com.yahoo.document.datatypes.FieldValue)",
"public com.yahoo.tensor.TensorType getTensorType()",
+ "public boolean equals(java.lang.Object)",
+ "public int hashCode()",
"public bridge synthetic com.yahoo.document.DataType clone()",
"public bridge synthetic com.yahoo.vespa.objects.Identifiable clone()",
"public bridge synthetic java.lang.Object clone()"