Add test for missing code covereage
[cps.git] / cps-ncmp-service / src / main / java / org / onap / cps / ncmp / api / impl / JsonUtils.java
index 9ce32e3..6768777 100644 (file)
@@ -26,6 +26,9 @@ public class JsonUtils {
     private static final String NEW_LINE = "\n";
     private static final String QUOTE = "\"";
 
+    private JsonUtils() {
+        throw new IllegalStateException();
+    }
 
     /**
      * Remove redundant beginning and end characters.