Skip to content

Commit ed7b419

Browse files
Merge branch '1.8.x' into 1.9.x
2 parents 578b765 + 3e5f1b6 commit ed7b419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

implementations/micrometer-registry-statsd/src/test/java/io/micrometer/statsd/StatsdMeterRegistryPublishTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class StatsdMeterRegistryPublishTest {
6363

6464
DisposableChannel server;
6565

66-
CountDownLatch serverLatch;
66+
volatile CountDownLatch serverLatch;
6767

6868
AtomicInteger serverMetricReadCount = new AtomicInteger();
6969

0 commit comments

Comments
 (0)