aboutsummaryrefslogtreecommitdiffstats
path: root/profiles/http
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/http')
-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
}
}