Skip to content

Commit 4aa7c7a

Browse files
committed
fix: java
1 parent 46aaaf4 commit 4aa7c7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/java/api_helpers.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@ String indexName,
726726
Iterable<T> objects,
727727
boolean createIfNotExists
728728
) {
729-
return partialUpdateObjects(indexName, objects, createIfNotExists, null);
729+
return partialUpdateObjects(indexName, objects, createIfNotExists, false, null);
730730
}
731731
732732
/**

0 commit comments

Comments
 (0)