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 2df96f9 commit d63e36eCopy full SHA for d63e36e
google-cloud-spanner/src/main/java/com/google/cloud/spanner/SpannerOptions.java
@@ -1652,8 +1652,7 @@ public Builder setEnableEndToEndTracing(boolean enableEndToEndTracing) {
1652
}
1653
1654
/**
1655
- * Provides the default read-write transaction options for all databases, limited to setting the
1656
- * {@link IsolationLevel}. These defaults are overridden by any explicit {@link
+ * Provides the default read-write transaction options for all databases. These defaults are overridden by any explicit {@link
1657
* com.google.cloud.spanner.Options.TransactionOption} provided through {@link DatabaseClient}.
1658
*
1659
* <p>Example Usage:
0 commit comments