From: Kanagaraj Manickam k00365106 Date: Thu, 26 Apr 2018 05:54:42 +0000 (+0530) Subject: Add comment to overriden run method as per std. X-Git-Tag: v2.0.2~90 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F15%2F44815%2F1;p=cli.git Add comment to overriden run method as per std. Issue-ID: CLI-100 Change-Id: Iab390ac81926f0c1e3ddbd45ef4ab6c84390e88e Signed-off-by: Kanagaraj Manickam k00365106 --- 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 } }