From 1dd8affa2b15d40392b538c16b2e1d8ea658bb1b Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Thu, 26 Apr 2018 11:24:42 +0530 Subject: Add comment to overriden run method as per std. Issue-ID: CLI-100 Change-Id: Iab390ac81926f0c1e3ddbd45ef4ab6c84390e88e Signed-off-by: Kanagaraj Manickam k00365106 --- profiles/http/src/main/java/org/onap/cli/fw/http/cmd/CatalogCommand.java | 1 + 1 file changed, 1 insertion(+) (limited to 'profiles') diff --git a/profiles/http/src/main/java/org/onap/cli/fw/http/cmd/CatalogCommand.java b/profiles/http/src/main/java/org/onap/cli/fw/http/cmd/CatalogCommand.java index 2393fe82..cdda820b 100644 --- a/profiles/http/src/main/java/org/onap/cli/fw/http/cmd/CatalogCommand.java +++ b/profiles/http/src/main/java/org/onap/cli/fw/http/cmd/CatalogCommand.java @@ -24,5 +24,6 @@ public class CatalogCommand extends OnapHttpCommand { @Override protected void run() throws OnapCommandException { + //do nothing // NOSONAR } } -- cgit 1.2.3-korg