We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97bcd9f commit 2df96f9Copy full SHA for 2df96f9
google-cloud-spanner/src/main/java/com/google/cloud/spanner/Options.java
@@ -163,7 +163,7 @@ public static TransactionOption optimisticLock() {
163
/**
164
* Specifying this instructs the transaction to request {@link IsolationLevel} from the backend.
165
*/
166
- public static TransactionOption isolationLevelOption(IsolationLevel isolationLevel) {
+ public static TransactionOption isolationLevel(IsolationLevel isolationLevel) {
167
return new IsolationLevelOption(isolationLevel);
168
}
169
0 commit comments