Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

Commit b946631

Browse files
chore: generate libraries at Thu Oct 2 09:09:42 UTC 2025
1 parent b128ad2 commit b946631

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/update_generation_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# the branch into which the pull request is merged
2727
base_branch: main
2828
steps:
29-
- uses: actions/checkout@v5
29+
- uses: actions/checkout@v4
3030
with:
3131
fetch-depth: 0
3232
token: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ public class MissingDefaultSequenceKindException extends SpannerException {
2828
private static final long serialVersionUID = 1L;
2929

3030
private static final Pattern PATTERN =
31-
Pattern.compile(".*Please specify the sequence kind explicitly or set the database option `default_sequence_kind`\\.");
31+
Pattern.compile(
32+
".*Please specify the sequence kind explicitly or set the database option"
33+
+ " `default_sequence_kind`\\.");
3234

3335
/** Private constructor. Use {@link SpannerExceptionFactory} to create instances. */
3436
MissingDefaultSequenceKindException(

0 commit comments

Comments
 (0)