Skip to content

Commit 85bd012

Browse files
chore: generate libraries at Mon Jan 6 09:24:44 UTC 2025
1 parent 18a4e5b commit 85bd012

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
3131
<groupId>com.google.cloud</groupId>
3232
<artifactId>google-cloud-spanner</artifactId>
3333
</dependency>
34-
</dependencies>
34+
3535
```
3636

3737
If you are using Maven without the BOM, add this to your dependencies:

google-cloud-spanner/src/test/java/com/google/cloud/spanner/RetryOnInvalidatedSessionTest.java

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,12 @@ public Long apply(StructReader input) {
8585
public boolean failOnInvalidatedSession;
8686

8787
@Rule
88-
public TestRule watcher = new TestWatcher() {
89-
protected void starting(Description description) {
90-
System.out.println("Starting test: " + description.getMethodName());
91-
}
92-
};
88+
public TestRule watcher =
89+
new TestWatcher() {
90+
protected void starting(Description description) {
91+
System.out.println("Starting test: " + description.getMethodName());
92+
}
93+
};
9394

9495
@Parameters(name = "fail on invalidated session = {0}")
9596
public static Collection<Object[]> data() {

0 commit comments

Comments
 (0)