From f01a539f163660535f3dc459c580aa2b70e90a7c Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Thu, 26 Apr 2018 11:00:29 +0530 Subject: Add default private connst for schema loader utils Issue-ID: CLI-100 Change-Id: Idca3a274295f8c68a7787ec3f025e0318cc4e519 Signed-off-by: Kanagaraj Manickam k00365106 --- .../java/org/onap/cli/fw/http/schema/OnapCommandSchemaHttpLoader.java | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'profiles') diff --git a/profiles/http/src/main/java/org/onap/cli/fw/http/schema/OnapCommandSchemaHttpLoader.java b/profiles/http/src/main/java/org/onap/cli/fw/http/schema/OnapCommandSchemaHttpLoader.java index 52b7571d..2cfb5206 100644 --- a/profiles/http/src/main/java/org/onap/cli/fw/http/schema/OnapCommandSchemaHttpLoader.java +++ b/profiles/http/src/main/java/org/onap/cli/fw/http/schema/OnapCommandSchemaHttpLoader.java @@ -47,6 +47,10 @@ import net.minidev.json.JSONObject; public class OnapCommandSchemaHttpLoader { + private OnapCommandSchemaHttpLoader() { + // to follow standards ! + } + public static List loadHttpSchema(OnapHttpCommand cmd, String schemaName, boolean includeDefault, boolean validateSchema) throws OnapCommandException { try { -- cgit 1.2.3-korg