Sonar major issues 39/40039/1
authorSurendra Reddy Katam <SK00524980@techmahindra.com>
Thu, 29 Mar 2018 06:03:12 +0000 (11:33 +0530)
committerSurendra Reddy Katam <SK00524980@techmahindra.com>
Thu, 29 Mar 2018 06:03:12 +0000 (11:33 +0530)
 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 <SK00524980@techmahindra.com>
src/main/java/com/att/nsa/mr/client/impl/MRConstants.java

index 803670c..08aaa78 100644 (file)
@@ -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 )