diff options
author | Surendra Reddy Katam <SK00524980@techmahindra.com> | 2018-08-09 15:28:02 +0530 |
---|---|---|
committer | Surendra Reddy Katam <SK00524980@techmahindra.com> | 2018-08-09 15:28:02 +0530 |
commit | f61a449fab4957dacc498dabb8181206b4714b3b (patch) | |
tree | aa2ca208e31280362ed7585ba0a6e2e4b889792b /src/main/java/com/att | |
parent | 68ccd6b7ec9feade607802925d5c00b1ac141605 (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>
Diffstat (limited to 'src/main/java/com/att')
-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 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; } |