Sonar major issues 03/39103/1
authorSurendra Reddy Katam <SK00524980@techmahindra.com>
Tue, 27 Mar 2018 14:01:58 +0000 (19:31 +0530)
committerSurendra Reddy Katam <SK00524980@techmahindra.com>
Tue, 27 Mar 2018 14:01:58 +0000 (19:31 +0530)
 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>
src/main/java/com/att/nsa/mr/client/MRClientFactory.java

index 1181ba2..1c7e511 100644 (file)
@@ -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));