File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.cloud.spanner.connection;
1818

1919
/** Enum used to define the behavior of DML statements in autocommit mode */
20-
enum AutocommitDmlMode {
20+
public enum AutocommitDmlMode {
2121
TRANSACTIONAL,
2222
PARTITIONED_NON_ATOMIC;
2323

Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.cloud.spanner.connection;
1818

1919
/** Enum used to define the transaction type of a {@link Connection} */
20-
enum TransactionMode {
20+
public enum TransactionMode {
2121
READ_ONLY_TRANSACTION("READ ONLY"),
2222
READ_WRITE_TRANSACTION("READ WRITE");
2323

0 commit comments

Comments
 (0)