diff options
author | Surendra Reddy Katam <SK00524980@techmahindra.com> | 2018-03-27 18:28:34 +0530 |
---|---|---|
committer | Surendra Reddy Katam <SK00524980@techmahindra.com> | 2018-03-27 18:28:34 +0530 |
commit | 60b5d20884f5ec7ee57d88364b95ec555533c2f9 (patch) | |
tree | 0fb2ac70543989943738a519877b5bede8ebea1f /src/main/java | |
parent | 10502fb34bfe050bb8400d009bdf1cc42f4ab106 (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=AWE8fY-v-08if2a6yLVH&resolved=false&severities=MAJOR
Location:
src/main/java/com/att/nsa/mr/client/MRClientFactory.java
Line-No:69
Change-Id: I130920f7125695cc9816cca8be671d7dc4f8188c
Issue-ID: DMAAP-356
Signed-off-by: Surendra Reddy Katam <SK00524980@techmahindra.com>
Diffstat (limited to 'src/main/java')
-rw-r--r-- | src/main/java/com/att/nsa/mr/client/MRClientFactory.java | 2 |
1 files changed, 1 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 b654282..1181ba2 100644 --- a/src/main/java/com/att/nsa/mr/client/MRClientFactory.java +++ b/src/main/java/com/att/nsa/mr/client/MRClientFactory.java @@ -66,7 +66,7 @@ public class MRClientFactory { public static FileWriter routeWriter = null; public static Properties prop = null; - // routeReader= new FileReader(new File (routeFilePath)); + // props= new Properties(); /** * Create a consumer instance with the default timeout and no limit on |