summaryrefslogtreecommitdiffstats
path: root/docproc/abi-spec.json
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2019-06-28 12:39:19 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2019-06-28 12:39:19 +0200
commitb809a87e9d0d94d2ca238f8ab2f4d687130ddbf2 (patch)
tree95387c50a2e50e4d38355c8038729a645e94cdd6 /docproc/abi-spec.json
parente8d94725ce3698a764b4710f486f4358e1360df7 (diff)
Use a utility method for upgrading to concrete types.
Diffstat (limited to 'docproc/abi-spec.json')
-rw-r--r--docproc/abi-spec.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/docproc/abi-spec.json b/docproc/abi-spec.json
index 65ca886efaf..dee2d2172e4 100644
--- a/docproc/abi-spec.json
+++ b/docproc/abi-spec.json
@@ -11,7 +11,8 @@
"public abstract java.util.Map documentTypes()",
"public abstract java.util.Map structTypes()",
"public abstract java.util.Map annotationTypes()",
- "public abstract 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)",
+ "public com.yahoo.document.datatypes.FieldValue optionallyUpgrade(com.yahoo.document.Field, com.yahoo.document.datatypes.FieldValue)"
],
"fields": []
},