Skip to content

Commit 2df96f9

Browse files
shobhitsgolavloite
andcommitted
Update google-cloud-spanner/src/main/java/com/google/cloud/spanner/Options.java
Co-authored-by: Knut Olav Løite <[email protected]>
1 parent 97bcd9f commit 2df96f9

File tree

1 file changed

+1
-1
lines changed
  • google-cloud-spanner/src/main/java/com/google/cloud/spanner

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ public static TransactionOption optimisticLock() {
163163
/**
164164
* Specifying this instructs the transaction to request {@link IsolationLevel} from the backend.
165165
*/
166-
public static TransactionOption isolationLevelOption(IsolationLevel isolationLevel) {
166+
public static TransactionOption isolationLevel(IsolationLevel isolationLevel) {
167167
return new IsolationLevelOption(isolationLevel);
168168
}
169169

0 commit comments

Comments
 (0)