diff options
author | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2018-04-26 11:00:29 +0530 |
---|---|---|
committer | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2018-04-26 11:38:26 +0530 |
commit | f01a539f163660535f3dc459c580aa2b70e90a7c (patch) | |
tree | f214142332b6d7e67e7946d46ec09e6ddc2230ec /profiles/http | |
parent | e49c63a4f876d28ef3b38b9028924301eead4625 (diff) |
Add default private connst for schema loader utils
Issue-ID: CLI-100
Change-Id: Idca3a274295f8c68a7787ec3f025e0318cc4e519
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'profiles/http')
-rw-r--r-- | profiles/http/src/main/java/org/onap/cli/fw/http/schema/OnapCommandSchemaHttpLoader.java | 4 |
1 files changed, 4 insertions, 0 deletions
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<String> loadHttpSchema(OnapHttpCommand cmd, String schemaName, boolean includeDefault, boolean validateSchema) throws OnapCommandException { try { |