From dbdef1e3e3803b5848a1fad746c652f9359d4313 Mon Sep 17 00:00:00 2001 From: "Magnusen, Drew (dm741q)" Date: Tue, 17 Apr 2018 11:59:43 -0500 Subject: Sonar cleanup More sonar cleanup. Resolved some of the simpler issues. Issue-ID: POLICY-728 Change-Id: If9c4718f10c6d3524239d2a05c09badb791ef2f0 Signed-off-by: Magnusen, Drew (dm741q) --- .../src/main/java/org/onap/policy/drools/healthcheck/HealthCheck.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'feature-healthcheck') diff --git a/feature-healthcheck/src/main/java/org/onap/policy/drools/healthcheck/HealthCheck.java b/feature-healthcheck/src/main/java/org/onap/policy/drools/healthcheck/HealthCheck.java index 8fa6dfab..fb3da657 100644 --- a/feature-healthcheck/src/main/java/org/onap/policy/drools/healthcheck/HealthCheck.java +++ b/feature-healthcheck/src/main/java/org/onap/policy/drools/healthcheck/HealthCheck.java @@ -186,12 +186,12 @@ class HealthCheckMonitor implements HealthCheck { /** * attached http servers */ - protected volatile ArrayList servers = new ArrayList<>(); + protected volatile List servers = new ArrayList<>(); /** * attached http clients */ - protected volatile ArrayList clients = new ArrayList<>(); + protected volatile List clients = new ArrayList<>(); /** * healthcheck configuration -- cgit 1.2.3-korg