Skip to content

Commit fd0003d

Browse files
change type to private
1 parent b085271 commit fd0003d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public Long apply(StructReader input) {
8282
private static final ToLongTransformer TO_LONG = new ToLongTransformer();
8383

8484
@Parameter(0)
85-
public boolean failOnInvalidatedSession;
85+
public volatile boolean failOnInvalidatedSession;
8686

8787
@Rule
8888
public TestRule watcher =
@@ -177,8 +177,8 @@ public static Collection<Object[]> data() {
177177
private static Server server;
178178
private static LocalChannelProvider channelProvider;
179179
private static SpannerClient spannerClient;
180-
private static Spanner spanner;
181-
private static DatabaseClient client;
180+
private Spanner spanner;
181+
private DatabaseClient client;
182182
private static ExecutorService executor;
183183

184184
@BeforeClass

0 commit comments

Comments
 (0)