diff options
author | Surendra Reddy Katam <SK00524980@techmahindra.com> | 2018-03-27 19:31:58 +0530 |
---|---|---|
committer | Surendra Reddy Katam <SK00524980@techmahindra.com> | 2018-03-27 19:31:58 +0530 |
commit | edd671f7c8e25cfdb2cb7129001ace56e0ca49e4 (patch) | |
tree | f415926bdf4d9454c5958183981647bd7318d4cc /src | |
parent | 60b5d20884f5ec7ee57d88364b95ec555533c2f9 (diff) |
Sonar major issues
This block of commented-out lines of code should be removed
Sonar Link:
https://sonar.onap.org/project/issues?assignees=surendraReddy&id=org.onap.dmaap.messagerouter.dmaapclient%3AdmaapClient&open=AV4-MbPN32hFUzlqc5W0&resolved=false&severities=MAJOR
Location:
src/main/java/com/att/nsa/mr/client/MRClientFactory.java
Line-No:660
Change-Id: Ie0651eca33be07eff6bd67ab51488eaa72f4fb1e
Issue-ID: DMAAP-357
Signed-off-by: Surendra Reddy Katam <SK00524980@techmahindra.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/main/java/com/att/nsa/mr/client/MRClientFactory.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/java/com/att/nsa/mr/client/MRClientFactory.java b/src/main/java/com/att/nsa/mr/client/MRClientFactory.java index 1181ba2..1c7e511 100644 --- a/src/main/java/com/att/nsa/mr/client/MRClientFactory.java +++ b/src/main/java/com/att/nsa/mr/client/MRClientFactory.java @@ -657,7 +657,6 @@ public class MRClientFactory { sub.setProps(props); sub.setHost(props.getProperty("host")); sub.setProtocolFlag(props.getProperty("TransportType")); - // sub.setConsumerFilePath(consumerFilePath); sub.setfFilter(props.getProperty("filter")); routeFilePath = props.getProperty("DME2preferredRouterFilePath"); routeReader = new FileReader(new File(routeFilePath)); |