Skip to content

Commit d523dc7

Browse files
authored
Update SpannerSample.java
samples(spanner): fix tag for isolation level sample
1 parent 5e26596 commit d523dc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/snippets/src/main/java/com/example/spanner/SpannerSample.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1555,7 +1555,7 @@ static void queryWithQueryOptions(DatabaseClient dbClient) {
15551555
}
15561556
// [END spanner_query_with_query_options]
15571557

1558-
// [START spanner_isolation_level_settings]
1558+
// [START spanner_isolation_level]
15591559
static void isolationLevelSetting(DatabaseId db) {
15601560
// The isolation level specified at the client-level will be applied to all
15611561
// RW transactions.
@@ -1594,7 +1594,7 @@ static void isolationLevelSetting(DatabaseId db) {
15941594
return null;
15951595
});
15961596
}
1597-
// [END spanner_isolation_level_settings]
1597+
// [END spanner_isolation_level]
15981598

15991599
// [START spanner_create_backup]
16001600
static void createBackup(DatabaseAdminClient dbAdminClient, String projectId, String instanceId,

0 commit comments

Comments
 (0)