summaryrefslogtreecommitdiffstats
path: root/docproc
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2019-01-09 14:15:41 +0100
committergjoranv <gv@oath.com>2019-01-21 15:09:30 +0100
commit78d3b485ebc152b238c6c910fc262fa93561aff9 (patch)
tree134e326c02a01da7252977c31b4159c540a6d86c /docproc
parentaea7ef58f59bc6f9f9780ef6abf702ba3f9a11b6 (diff)
Update abi specs for 7.
Diffstat (limited to 'docproc')
-rw-r--r--docproc/abi-spec.json4
1 files changed, 1 insertions, 3 deletions
diff --git a/docproc/abi-spec.json b/docproc/abi-spec.json
index bc76aefb958..65ca886efaf 100644
--- a/docproc/abi-spec.json
+++ b/docproc/abi-spec.json
@@ -11,7 +11,7 @@
"public abstract java.util.Map documentTypes()",
"public abstract java.util.Map structTypes()",
"public abstract java.util.Map annotationTypes()",
- "public com.yahoo.document.Document getDocumentCopy(java.lang.String, com.yahoo.document.datatypes.StructuredFieldValue, com.yahoo.document.DocumentId)"
+ "public abstract com.yahoo.document.Document getDocumentCopy(java.lang.String, com.yahoo.document.datatypes.StructuredFieldValue, com.yahoo.document.DocumentId)"
],
"fields": []
},
@@ -269,7 +269,6 @@
"methods": [
"public void <init>()",
"public static com.yahoo.docproc.Processing of(com.yahoo.document.DocumentOperation)",
- "public static com.yahoo.docproc.Processing fromDocumentOperation(com.yahoo.document.DocumentOperation)",
"public void <init>(java.lang.String, com.yahoo.document.DocumentOperation, com.yahoo.docproc.CallStack)",
"public static com.yahoo.docproc.Processing createProcessingFromDocumentOperations(java.lang.String, java.util.List, com.yahoo.docproc.CallStack)",
"public com.yahoo.component.provider.ComponentRegistry getDocprocServiceRegistry()",
@@ -312,7 +311,6 @@
],
"methods": [
"public void <init>()",
- "public void process(com.yahoo.document.Document)",
"public void process(com.yahoo.document.DocumentPut)",
"public void process(com.yahoo.document.DocumentUpdate)",
"public void process(com.yahoo.document.DocumentRemove)",