Commit fe497d70 authored by Andy Wilkinson's avatar Andy Wilkinson

Merge branch '2.0.x'

parents c9b2afbd f6cc1cbd
...@@ -43,7 +43,7 @@ public class CassandraContainer extends Container { ...@@ -43,7 +43,7 @@ public class CassandraContainer extends Container {
.withStartupAttempts(3).withStartupTimeout(Duration.ofSeconds(60))); .withStartupAttempts(3).withStartupTimeout(Duration.ofSeconds(60)));
} }
private static class WaitStrategy extends HostPortWaitStrategy { private static final class WaitStrategy extends HostPortWaitStrategy {
private final int port; private final int port;
......
...@@ -43,7 +43,7 @@ public class Neo4jContainer extends Container { ...@@ -43,7 +43,7 @@ public class Neo4jContainer extends Container {
.withEnv("NEO4J_AUTH", "none")); .withEnv("NEO4J_AUTH", "none"));
} }
private static class WaitStrategy extends HostPortWaitStrategy { private static final class WaitStrategy extends HostPortWaitStrategy {
private final int port; private final int port;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment