Skip to content

Commit 12f8a93

Browse files
committed
feat: Options method renamed in javadoc
1 parent afdf0eb commit 12f8a93

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

google-cloud-spanner/src/main/java/com/google/cloud/spanner/DatabaseClient.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ ServerStream<BatchWriteResponse> batchWriteAtLeastOnce(
415415
* applied to any other requests on the transaction.
416416
* <li>{@link Options#commitStats()}: Request that the server includes commit statistics in the
417417
* {@link CommitResponse}.
418-
* <li>{@link Options#isolationLevelOption(IsolationLevel)}: The isolation level for the
418+
* <li>{@link Options#isolationLevel(IsolationLevel)}: The isolation level for the
419419
* transaction
420420
* </ul>
421421
*/
@@ -457,7 +457,7 @@ ServerStream<BatchWriteResponse> batchWriteAtLeastOnce(
457457
* applied to any other requests on the transaction.
458458
* <li>{@link Options#commitStats()}: Request that the server includes commit statistics in the
459459
* {@link CommitResponse}.
460-
* <li>{@link Options#isolationLevelOption(IsolationLevel)}: The isolation level for the
460+
* <li>{@link Options#isolationLevel(IsolationLevel)}: The isolation level for the
461461
* transaction
462462
* </ul>
463463
*/
@@ -499,7 +499,7 @@ ServerStream<BatchWriteResponse> batchWriteAtLeastOnce(
499499
* applied to any other requests on the transaction.
500500
* <li>{@link Options#commitStats()}: Request that the server includes commit statistics in the
501501
* {@link CommitResponse}.
502-
* <li>{@link Options#isolationLevelOption(IsolationLevel)}: The isolation level for the
502+
* <li>{@link Options#isolationLevel(IsolationLevel)}: The isolation level for the
503503
* transaction
504504
* </ul>
505505
*/
@@ -555,7 +555,7 @@ ServerStream<BatchWriteResponse> batchWriteAtLeastOnce(
555555
* applied to any other requests on the transaction.
556556
* <li>{@link Options#commitStats()}: Request that the server includes commit statistics in the
557557
* {@link CommitResponse}.
558-
* <li>{@link Options#isolationLevelOption(IsolationLevel)}: The isolation level for the
558+
* <li>{@link Options#isolationLevel(IsolationLevel)}: The isolation level for the
559559
* transaction
560560
* </ul>
561561
*/

0 commit comments

Comments
 (0)