aboutsummaryrefslogtreecommitdiffstats
path: root/grpc/grpc-server/src/main/java/org
diff options
context:
space:
mode:
authorKanagaraj Manickam <kanagaraj.manickam@huawei.com>2020-07-31 14:45:37 +0000
committerGerrit Code Review <gerrit@onap.org>2020-07-31 14:45:37 +0000
commitfc9af3118881c83a0928e9a21135641808288f84 (patch)
treeb10870dbe873fd7aee7e45f29c034eb72db6491d /grpc/grpc-server/src/main/java/org
parent53a2a014e9ab8654b35104e7de6a5de80fb3073d (diff)
parent124caf6d7e77a1e8253eccfa6b6971644ca01317 (diff)
Merge "code improvements- incorporating comments"
Diffstat (limited to 'grpc/grpc-server/src/main/java/org')
-rw-r--r--grpc/grpc-server/src/main/java/org/open/infc/grpc/server/OpenInterfaceGrpcServer.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/grpc/grpc-server/src/main/java/org/open/infc/grpc/server/OpenInterfaceGrpcServer.java b/grpc/grpc-server/src/main/java/org/open/infc/grpc/server/OpenInterfaceGrpcServer.java
index 14043f37..a7c0b175 100644
--- a/grpc/grpc-server/src/main/java/org/open/infc/grpc/server/OpenInterfaceGrpcServer.java
+++ b/grpc/grpc-server/src/main/java/org/open/infc/grpc/server/OpenInterfaceGrpcServer.java
@@ -214,7 +214,7 @@ public class OpenInterfaceGrpcServer {
}
//Start the execution
- if (!cmd.isRpc()&&req.getRequestId() != null && !req.getRequestId().isEmpty()&&!(cmd.getInfo().getProduct().equalsIgnoreCase("open-cli") &&
+ if (!cmd.isRpc()&&req.getRequestId() != null && !req.getRequestId().isEmpty() && !(cmd.getInfo().getProduct().equalsIgnoreCase("open-cli") &&
cmd.getName().equalsIgnoreCase("execution-list"))) {
String input = cmd.getArgsJson(true);
executionStoreContext = OnapCommandExecutionStore.getStore().storeExectutionStart(