Sonar fix: SdncLcmDmaapConsumer.java 91/74791/1
authorArundathi Patil <arundpil@in.ibm.com>
Tue, 18 Dec 2018 09:54:11 +0000 (15:24 +0530)
committerIBM602-PC0F1E3C\Arundathi <arundpil@in.ibm.com>
Tue, 18 Dec 2018 09:54:20 +0000 (15:24 +0530)
Fixed sonar issues/code-smells across this file.

Issue-ID: CCSDK-854
Change-Id: I9b25a464b41ce142b6217ff0f7e40beda86eae3a
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
dmaap-listener/src/main/java/org/onap/ccsdk/sli/northbound/dmaapclient/SdncLcmDmaapConsumer.java

index 04f520b..f215378 100644 (file)
@@ -4,6 +4,7 @@
  * ================================================================================
  * Copyright (C) 2017 AT&T Intellectual Property. All rights
  *                     reserved.
+ * Modifications Copyright © 2018 IBM.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -31,8 +32,6 @@ public class SdncLcmDmaapConsumer extends SdncDmaapConsumerImpl {
 
     private static final Logger LOG = LoggerFactory.getLogger(SdncLcmDmaapConsumer.class);
 
-    private static final String PARTITION = "cambria.partition";
-    private static final String PARTITION_VALUE = "SDNC";
     private static final String BODY = "body";
     private static final String RPC = "rpc-name";