Skip to content

Commit 55e41d8

Browse files
committed
Fix typo.
1 parent f056307 commit 55e41d8

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

driver/src/main/java/oracle/nosql/driver/ops/DeleteRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
*

driver/src/main/java/oracle/nosql/driver/ops/MultiDeleteRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
*

driver/src/main/java/oracle/nosql/driver/ops/PutRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
*

driver/src/main/java/oracle/nosql/driver/ops/QueryRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
*

driver/src/main/java/oracle/nosql/driver/ops/WriteRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
*

0 commit comments

Comments
 (0)