aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2018-12-19 00:39:15 +0000
committerGerrit Code Review <gerrit@onap.org>2018-12-19 00:39:15 +0000
commit7ce4ddf2490fc4050c030bad9cb32524fb67c71d (patch)
tree6e81a34f841b10b1c27cdc51867b064d77aa61df
parent00dd4a698edf0c7591bc83d7389369487f74779f (diff)
parent2420ec6863a87e264d02dc5dd4293b5801b7e31d (diff)
Merge "Sonar fix: SdncLcmDmaapConsumer.java"
-rw-r--r--dmaap-listener/src/main/java/org/onap/ccsdk/sli/northbound/dmaapclient/SdncLcmDmaapConsumer.java3
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 04f520bd..f2153789 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";