From 3274b39fef63c43c6eeb202e98b71b01e0f714ff Mon Sep 17 00:00:00 2001 From: Ofir Sonsino Date: Sun, 8 Oct 2017 15:04:04 +0300 Subject: Improve SONAR coverage Change-Id: I02e9535f96040cd038ef064ee5881c4c3e5e7bca Issue-ID: VID-72 Signed-off-by: Ofir Sonsino --- .../src/main/java/org/openecomp/vid/asdc/memory/InMemoryAsdcClient.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vid-app-common/src/main/java/org/openecomp/vid/asdc/memory/InMemoryAsdcClient.java') diff --git a/vid-app-common/src/main/java/org/openecomp/vid/asdc/memory/InMemoryAsdcClient.java b/vid-app-common/src/main/java/org/openecomp/vid/asdc/memory/InMemoryAsdcClient.java index 123cc578..2b783d45 100755 --- a/vid-app-common/src/main/java/org/openecomp/vid/asdc/memory/InMemoryAsdcClient.java +++ b/vid-app-common/src/main/java/org/openecomp/vid/asdc/memory/InMemoryAsdcClient.java @@ -114,7 +114,7 @@ public class InMemoryAsdcClient implements AsdcClient { * * @param builder the builder */ - private InMemoryAsdcClient(Builder builder) { + InMemoryAsdcClient(Builder builder) { catalog = builder.catalog; mapper = builder.mapper; } -- cgit 1.2.3-korg