From 0414eda77c5afd8c90a0f90cde25e2c356a5cca1 Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Thu, 3 Feb 2022 09:39:05 +0100 Subject: - Name the monitor thread and make it a daemon. --- .../java/com/yahoo/search/cluster/test/ClusteredConnectionTestCase.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'container-search/src/test/java/com/yahoo') diff --git a/container-search/src/test/java/com/yahoo/search/cluster/test/ClusteredConnectionTestCase.java b/container-search/src/test/java/com/yahoo/search/cluster/test/ClusteredConnectionTestCase.java index 1e35b6447ff..fa8d237aee0 100644 --- a/container-search/src/test/java/com/yahoo/search/cluster/test/ClusteredConnectionTestCase.java +++ b/container-search/src/test/java/com/yahoo/search/cluster/test/ClusteredConnectionTestCase.java @@ -133,7 +133,7 @@ public class ClusteredConnectionTestCase { /** Represents a connection, e.g over http, in this test */ private static class Connection { - private String id; + private final String id; private boolean inService = true; -- cgit v1.2.3