Skip to content

Commit

Permalink
more statics removed
Browse files Browse the repository at this point in the history
  • Loading branch information
bschuchardt committed Apr 13, 2020
1 parent b9662f8 commit 636197b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ public class ClientSNIAcceptanceTest {
.file(DOCKER_COMPOSE_PATH.getPath())
.build();

private static ClientCache cache;
private static Region<String, String> region;
private static Map<String, String> bulkData;
private ClientCache cache;
private Region<String, String> region;
private Map<String, String> bulkData;

@Before
public void before() throws IOException, InterruptedException {
Expand Down

0 comments on commit 636197b

Please sign in to comment.