From 83a6dfd45167ebfc3592824cd5c72230a5b61786 Mon Sep 17 00:00:00 2001 From: Surendra Reddy Katam Date: Thu, 29 Mar 2018 11:33:12 +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=AV4-MbQo32hFUzlqc5Zx&resolved=false&severities=MAJOR Location: src/main/java/com/att/nsa/mr/client/impl/MRConstants.java Line No-37 Change-Id: Ie2f97fe1542768bd97af09c4f6243332b0915cfc Issue-ID: DMAAP-368 Signed-off-by: Surendra Reddy Katam --- src/main/java/com/att/nsa/mr/client/impl/MRConstants.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/com/att/nsa/mr/client/impl/MRConstants.java b/src/main/java/com/att/nsa/mr/client/impl/MRConstants.java index 803670c..08aaa78 100644 --- a/src/main/java/com/att/nsa/mr/client/impl/MRConstants.java +++ b/src/main/java/com/att/nsa/mr/client/impl/MRConstants.java @@ -34,7 +34,6 @@ class MRConstants private static final String PROTOCOL = "http"; public static final String context = "/"; public static final String kBasePath = "events/"; - //public static final int kStdMRServicePort = 3904; public static final int kStdMRServicePort = 8080; public static String escape ( String s ) -- cgit 1.2.3-korg