summaryrefslogtreecommitdiffstats
path: root/document/abi-spec.json
diff options
context:
space:
mode:
Diffstat (limited to 'document/abi-spec.json')
-rw-r--r--document/abi-spec.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/document/abi-spec.json b/document/abi-spec.json
index 899c107a242..ca06e2547d7 100644
--- a/document/abi-spec.json
+++ b/document/abi-spec.json
@@ -2724,7 +2724,8 @@
"abstract"
],
"methods" : [
- "public abstract com.yahoo.io.GrowableByteBuffer getBuf()"
+ "public abstract com.yahoo.io.GrowableByteBuffer getBuf()",
+ "public abstract com.yahoo.document.DocumentTypeManager getTypeRepo()"
],
"fields" : [ ]
},
@@ -3015,6 +3016,7 @@
],
"methods" : [
"public final com.yahoo.document.DocumentTypeManager getDocumentTypeManager()",
+ "public com.yahoo.document.DocumentTypeManager getTypeRepo()",
"public void read(com.yahoo.document.Document)",
"public void read(com.yahoo.vespa.objects.FieldBase, com.yahoo.document.Document)",
"public void read(com.yahoo.vespa.objects.FieldBase, com.yahoo.document.datatypes.FieldValue)",