From 60b5d20884f5ec7ee57d88364b95ec555533c2f9 Mon Sep 17 00:00:00 2001 From: Surendra Reddy Katam Date: Tue, 27 Mar 2018 18:28:34 +0530 Subject: 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 --- src/main/java/com/att/nsa/mr/client/MRClientFactory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/com/att') 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 -- cgit 1.2.3-korg