File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
driver/src/main/java/oracle/nosql/driver/ops Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -272,7 +272,7 @@ public DeleteRequest setNamespace(String namespace) {
272272 * null will be used by default.
273273 * NOTE that if you have previously written a record with metadata and a
274274 * subsequent write does not supply metadata, the metadata associated with
275- * the rew will be null. Therefore, if you wish to have metadata
275+ * the row will be null. Therefore, if you wish to have metadata
276276 * associated with every write operation, you must supply a valid JSON
277277 * construct to this method.<p>
278278 *
Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ public MultiDeleteRequest setNamespace(String namespace) {
247247 * null will be used by default.
248248 * NOTE that if you have previously written a record with metadata and a
249249 * subsequent write does not supply metadata, the metadata associated with
250- * the rew will be null. Therefore, if you wish to have metadata
250+ * the row will be null. Therefore, if you wish to have metadata
251251 * associated with every write operation, you must supply a valid JSON
252252 * construct to this method.<p>
253253 *
Original file line number Diff line number Diff line change @@ -450,7 +450,7 @@ public int getIdentityCacheSize() {
450450 * null will be used by default.
451451 * NOTE that if you have previously written a record with metadata and a
452452 * subsequent write does not supply metadata, the metadata associated with
453- * the rew will be null. Therefore, if you wish to have metadata
453+ * the row will be null. Therefore, if you wish to have metadata
454454 * associated with every write operation, you must supply a valid JSON
455455 * construct to this method.<p>
456456 *
Original file line number Diff line number Diff line change @@ -939,7 +939,7 @@ public Consistency getConsistency() {
939939 * null will be used by default.
940940 * NOTE that if you have previously written a record with metadata and a
941941 * subsequent write does not supply metadata, the metadata associated with
942- * the rew will be null. Therefore, if you wish to have metadata
942+ * the row will be null. Therefore, if you wish to have metadata
943943 * associated with every write operation, you must supply a valid JSON
944944 * construct to this method.<p>
945945 *
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ public String getRowMetadata() {
8282 * null will be used by default.
8383 * NOTE that if you have previously written a record with metadata and a
8484 * subsequent write does not supply metadata, the metadata associated with
85- * the rew will be null. Therefore, if you wish to have metadata
85+ * the row will be null. Therefore, if you wish to have metadata
8686 * associated with every write operation, you must supply a valid JSON
8787 * construct to this method.<p>
8888 *
You can’t perform that action at this time.
0 commit comments