diff options
author | Arundathi Patil <arundpil@in.ibm.com> | 2018-12-18 15:24:11 +0530 |
---|---|---|
committer | IBM602-PC0F1E3C\Arundathi <arundpil@in.ibm.com> | 2018-12-18 15:24:20 +0530 |
commit | 2420ec6863a87e264d02dc5dd4293b5801b7e31d (patch) | |
tree | 39a91efb8d32a7bc964cadbf9d17618918be2e0f /dmaap-listener | |
parent | bd4146f039fcf0377246bce0ef6ee93c24ea26dc (diff) |
Sonar fix: SdncLcmDmaapConsumer.java
Fixed sonar issues/code-smells across this file.
Issue-ID: CCSDK-854
Change-Id: I9b25a464b41ce142b6217ff0f7e40beda86eae3a
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
Diffstat (limited to 'dmaap-listener')
-rw-r--r-- | dmaap-listener/src/main/java/org/onap/ccsdk/sli/northbound/dmaapclient/SdncLcmDmaapConsumer.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dmaap-listener/src/main/java/org/onap/ccsdk/sli/northbound/dmaapclient/SdncLcmDmaapConsumer.java b/dmaap-listener/src/main/java/org/onap/ccsdk/sli/northbound/dmaapclient/SdncLcmDmaapConsumer.java index 04f520bd9..f2153789f 100644 --- a/dmaap-listener/src/main/java/org/onap/ccsdk/sli/northbound/dmaapclient/SdncLcmDmaapConsumer.java +++ b/dmaap-listener/src/main/java/org/onap/ccsdk/sli/northbound/dmaapclient/SdncLcmDmaapConsumer.java @@ -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"; |