Skip to content

Commit 5e94c1d

Browse files
committed
code formatting fixed
1 parent 034d67c commit 5e94c1d

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

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

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -415,8 +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#isolationLevel(IsolationLevel)}: The isolation level for the
419-
* transaction
418+
* <li>{@link Options#isolationLevel(IsolationLevel)}: The isolation level for the transaction
420419
* </ul>
421420
*/
422421
TransactionRunner readWriteTransaction(TransactionOption... options);
@@ -457,8 +456,7 @@ ServerStream<BatchWriteResponse> batchWriteAtLeastOnce(
457456
* applied to any other requests on the transaction.
458457
* <li>{@link Options#commitStats()}: Request that the server includes commit statistics in the
459458
* {@link CommitResponse}.
460-
* <li>{@link Options#isolationLevel(IsolationLevel)}: The isolation level for the
461-
* transaction
459+
* <li>{@link Options#isolationLevel(IsolationLevel)}: The isolation level for the transaction
462460
* </ul>
463461
*/
464462
TransactionManager transactionManager(TransactionOption... options);
@@ -499,8 +497,7 @@ ServerStream<BatchWriteResponse> batchWriteAtLeastOnce(
499497
* applied to any other requests on the transaction.
500498
* <li>{@link Options#commitStats()}: Request that the server includes commit statistics in the
501499
* {@link CommitResponse}.
502-
* <li>{@link Options#isolationLevel(IsolationLevel)}: The isolation level for the
503-
* transaction
500+
* <li>{@link Options#isolationLevel(IsolationLevel)}: The isolation level for the transaction
504501
* </ul>
505502
*/
506503
AsyncRunner runAsync(TransactionOption... options);
@@ -555,8 +552,7 @@ ServerStream<BatchWriteResponse> batchWriteAtLeastOnce(
555552
* applied to any other requests on the transaction.
556553
* <li>{@link Options#commitStats()}: Request that the server includes commit statistics in the
557554
* {@link CommitResponse}.
558-
* <li>{@link Options#isolationLevel(IsolationLevel)}: The isolation level for the
559-
* transaction
555+
* <li>{@link Options#isolationLevel(IsolationLevel)}: The isolation level for the transaction
560556
* </ul>
561557
*/
562558
AsyncTransactionManager transactionManagerAsync(TransactionOption... options);

0 commit comments

Comments
 (0)