aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSurendra Reddy Katam <SK00524980@techmahindra.com>2018-08-09 15:28:02 +0530
committerSurendra Reddy Katam <SK00524980@techmahindra.com>2018-08-09 15:28:02 +0530
commitf61a449fab4957dacc498dabb8181206b4714b3b (patch)
treeaa2ca208e31280362ed7585ba0a6e2e4b889792b
parent68ccd6b7ec9feade607802925d5c00b1ac141605 (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=AWQDL3zlwGn37Jfbsse6&resolved=false&severities=MAJOR Location: src/main/java/com/att/nsa/mr/client/MRClientFactory.java Line No-525 Change-Id: I1a80b95e4606acdfa62e529aef7c41578a42792e Issue-ID: DMAAP-525 Signed-off-by: Surendra Reddy Katam <SK00524980@techmahindra.com>
-rw-r--r--src/main/java/com/att/nsa/mr/client/MRClientFactory.java1
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 f237776..97aa0b8 100644
--- a/src/main/java/com/att/nsa/mr/client/MRClientFactory.java
+++ b/src/main/java/com/att/nsa/mr/client/MRClientFactory.java
@@ -522,7 +522,6 @@ public class MRClientFactory {
routeWriter = new FileWriter(new File(routeFilePath));
}
}
- // pub.setContentType(contentType);
return pub;
}