aboutsummaryrefslogtreecommitdiffstats
path: root/profiles/command
diff options
context:
space:
mode:
authorsubhash kumar singh <subhash.kumar.singh@huawei.com>2018-09-05 07:24:38 +0000
committerGerrit Code Review <gerrit@onap.org>2018-09-05 07:24:38 +0000
commitf040ecf089eac94a4efc90316175ccc0529bbfd2 (patch)
tree32dcd3bc996f6cdb5cda18752c360d79a1e26efb /profiles/command
parent5a295e30a8cbd0b39144328e23f6b1be37e526c3 (diff)
parentd6230a718e176f02bc91314a0cd96a49820498fb (diff)
Merge changes Ic75c7eca,Ic0b547f7,I932b1ceb,I26c99032,Ifaeeb8f4, ...
* changes: OCLIP: Change the order of classpath OCLIP: Fix the correct type of OCS command VTP: Add schema-list command OCLIP: Fix OCLIP registrar to log register events OCLIP: Fix json print format VTP: Enable grpc part of deployment VTP: grpc client impl VTP: grpc server impl VTP: grpc stub model VTP: grpc client VTP: grpc server VTP: grpc stub VTP: Add grpc
Diffstat (limited to 'profiles/command')
-rw-r--r--profiles/command/src/main/java/org/onap/cli/fw/cmd/cmd/OpenCommandShellCmd.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/profiles/command/src/main/java/org/onap/cli/fw/cmd/cmd/OpenCommandShellCmd.java b/profiles/command/src/main/java/org/onap/cli/fw/cmd/cmd/OpenCommandShellCmd.java
index 7b74e6ca..8969c2b6 100644
--- a/profiles/command/src/main/java/org/onap/cli/fw/cmd/cmd/OpenCommandShellCmd.java
+++ b/profiles/command/src/main/java/org/onap/cli/fw/cmd/cmd/OpenCommandShellCmd.java
@@ -21,7 +21,6 @@ import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
-import java.util.Map.Entry;
import org.onap.cli.fw.cmd.OnapCommand;
import org.onap.cli.fw.cmd.conf.OnapCommandCmdConstants;
@@ -29,9 +28,7 @@ import org.onap.cli.fw.cmd.schema.OnapCommandSchemaCmdLoader;
import org.onap.cli.fw.error.OnapCommandException;
import org.onap.cli.fw.error.OnapCommandExecutionFailed;
import org.onap.cli.fw.input.OnapCommandParameter;
-import org.onap.cli.fw.output.OnapCommandResultType;
import org.onap.cli.fw.schema.OnapCommandSchema;
-import org.onap.cli.fw.utils.OnapCommandUtils;
/**
* Hello world.