summaryrefslogtreecommitdiffstats
path: root/document/abi-spec.json
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-06-18 07:24:48 +0200
committerGitHub <noreply@github.com>2020-06-18 07:24:48 +0200
commitb0bc165e64dbcbb9e8e357f92f46f8bf1c84dbb8 (patch)
tree77970c6b1e66c1eb4f69365f12e1374d6874b433 /document/abi-spec.json
parent193c96ee9dd092d3f6c483a9d65f9a7dd8efa575 (diff)
parent78d1292783fd65b431462e9ab969a570c5f200fb (diff)
Merge pull request #13601 from vespa-engine/balder/remove-leftovers-from-head-body-period-and-depcrecate-methods-levaing-on-vespa-8
- Removing body struct from our own usage.
Diffstat (limited to 'document/abi-spec.json')
-rw-r--r--document/abi-spec.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/document/abi-spec.json b/document/abi-spec.json
index 3764015b917..7a0637db1aa 100644
--- a/document/abi-spec.json
+++ b/document/abi-spec.json
@@ -426,7 +426,9 @@
],
"methods": [
"public void <init>(java.lang.String)",
+ "public void <init>(java.lang.String, com.yahoo.document.StructDataType)",
"public void <init>(java.lang.String, com.yahoo.document.StructDataType, com.yahoo.document.StructDataType)",
+ "public void <init>(java.lang.String, com.yahoo.document.StructDataType, java.util.Set)",
"public void <init>(java.lang.String, com.yahoo.document.StructDataType, com.yahoo.document.StructDataType, java.util.Set)",
"public void <init>(java.lang.String, java.util.Set)",
"public com.yahoo.document.DocumentType clone()",
@@ -435,7 +437,6 @@
"public boolean isValueCompatible(com.yahoo.document.datatypes.FieldValue)",
"public com.yahoo.document.StructDataType contentStruct()",
"public com.yahoo.document.StructDataType getHeaderType()",
- "public com.yahoo.document.StructDataType getBodyType()",
"protected void register(com.yahoo.document.DocumentTypeManager, java.util.List)",
"public boolean isA(java.lang.String)",
"public void addField(com.yahoo.document.Field)",