summaryrefslogtreecommitdiffstats
path: root/document
diff options
context:
space:
mode:
authorLester Solbakken <lesters@oath.com>2019-02-14 15:05:41 +0100
committerLester Solbakken <lesters@oath.com>2019-02-14 15:05:41 +0100
commit3a7ed9550308b6bdb00dbf02234f224023c4ada5 (patch)
tree47e3b7d5cc7f4522f6701de965dc978a3f0b764d /document
parentaaae66f61dcbb1acb246922903e8f573f7059c88 (diff)
Update abi spec for tensor update remove
Diffstat (limited to 'document')
-rw-r--r--document/abi-spec.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/document/abi-spec.json b/document/abi-spec.json
index 740acbf7446..7b1bc5d2af2 100644
--- a/document/abi-spec.json
+++ b/document/abi-spec.json
@@ -5263,17 +5263,17 @@
"public"
],
"methods": [
- "public void <init>(com.yahoo.tensor.TensorType, java.util.Set)",
+ "public void <init>(com.yahoo.document.datatypes.TensorFieldValue)",
"protected void checkCompatibility(com.yahoo.document.DataType)",
"public void serialize(com.yahoo.document.serialization.DocumentUpdateWriter, com.yahoo.document.DataType)",
"public com.yahoo.document.datatypes.FieldValue applyTo(com.yahoo.document.datatypes.FieldValue)",
- "public com.yahoo.document.datatypes.FieldValue getValue()",
- "public com.yahoo.tensor.TensorType getTensorType()",
- "public java.util.Set getAddresses()",
- "public void setValue(com.yahoo.document.datatypes.FieldValue)",
+ "public com.yahoo.document.datatypes.TensorFieldValue getValue()",
+ "public void setValue(com.yahoo.document.datatypes.TensorFieldValue)",
+ "public boolean equals(java.lang.Object)",
"public int hashCode()",
"public java.lang.String toString()",
- "public java.lang.String toStringWithType()"
+ "public bridge synthetic void setValue(com.yahoo.document.datatypes.FieldValue)",
+ "public bridge synthetic com.yahoo.document.datatypes.FieldValue getValue()"
],
"fields": []
},