@@ -415,8 +415,7 @@ ServerStream<BatchWriteResponse> batchWriteAtLeastOnce(
415
415
* applied to any other requests on the transaction.
416
416
* <li>{@link Options#commitStats()}: Request that the server includes commit statistics in the
417
417
* {@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
420
419
* </ul>
421
420
*/
422
421
TransactionRunner readWriteTransaction (TransactionOption ... options );
@@ -457,8 +456,7 @@ ServerStream<BatchWriteResponse> batchWriteAtLeastOnce(
457
456
* applied to any other requests on the transaction.
458
457
* <li>{@link Options#commitStats()}: Request that the server includes commit statistics in the
459
458
* {@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
462
460
* </ul>
463
461
*/
464
462
TransactionManager transactionManager (TransactionOption ... options );
@@ -499,8 +497,7 @@ ServerStream<BatchWriteResponse> batchWriteAtLeastOnce(
499
497
* applied to any other requests on the transaction.
500
498
* <li>{@link Options#commitStats()}: Request that the server includes commit statistics in the
501
499
* {@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
504
501
* </ul>
505
502
*/
506
503
AsyncRunner runAsync (TransactionOption ... options );
@@ -555,8 +552,7 @@ ServerStream<BatchWriteResponse> batchWriteAtLeastOnce(
555
552
* applied to any other requests on the transaction.
556
553
* <li>{@link Options#commitStats()}: Request that the server includes commit statistics in the
557
554
* {@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
560
556
* </ul>
561
557
*/
562
558
AsyncTransactionManager transactionManagerAsync (TransactionOption ... options );
0 commit comments