Skip to content

Commit a08ebaf

Browse files
authored
Update PgLastStatementSample.java with fixed regions
1 parent a2b5f0e commit a08ebaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ static void insertAndUpdateUsingLastStatement() {
4242
}
4343
}
4444

45-
// [START pg_spanner_last_statement]
45+
// [START spanner_postgresql_last_statement]
4646
static void insertAndUpdateUsingLastStatement(DatabaseClient client) {
4747
client
4848
.readWriteTransaction()
@@ -64,6 +64,6 @@ static void insertAndUpdateUsingLastStatement(DatabaseClient client) {
6464
return null;
6565
});
6666
}
67-
// [END pg_spanner_last_statement]
67+
// [END spanner_postgresql_last_statement]
6868

6969
}

0 commit comments

Comments
 (0)