aboutsummaryrefslogtreecommitdiffstats
path: root/profiles/http/src/main/java/org/onap
diff options
context:
space:
mode:
authorKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2018-04-26 11:24:42 +0530
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2018-04-26 11:38:28 +0530
commit1dd8affa2b15d40392b538c16b2e1d8ea658bb1b (patch)
treec253d18eae60b9815f32ccfe11320ae124b80ef6 /profiles/http/src/main/java/org/onap
parentf01a539f163660535f3dc459c580aa2b70e90a7c (diff)
Add comment to overriden run method as per std.
Issue-ID: CLI-100 Change-Id: Iab390ac81926f0c1e3ddbd45ef4ab6c84390e88e Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'profiles/http/src/main/java/org/onap')
-rw-r--r--profiles/http/src/main/java/org/onap/cli/fw/http/cmd/CatalogCommand.java1
1 files changed, 1 insertions, 0 deletions
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
}
}