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.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/document/abi-spec.json b/document/abi-spec.json
index 5f520f1a4d1..f3ed7c389a1 100644
--- a/document/abi-spec.json
+++ b/document/abi-spec.json
@@ -387,7 +387,9 @@
"public void <init>(com.yahoo.document.DocumentPut, com.yahoo.document.Document)",
"public boolean equals(java.lang.Object)",
"public int hashCode()",
- "public java.lang.String toString()"
+ "public java.lang.String toString()",
+ "public void setCreateIfNonExistent(boolean)",
+ "public boolean getCreateIfNonExistent()"
],
"fields" : [ ]
},
@@ -3549,4 +3551,4 @@
"protected com.yahoo.document.update.ValueUpdate$ValueUpdateClassID valueUpdateClassID"
]
}
-} \ No newline at end of file
+}