diff options
author | Surendra Reddy Katam <SK00524980@techmahindra.com> | 2018-03-29 11:33:12 +0530 |
---|---|---|
committer | Surendra Reddy Katam <SK00524980@techmahindra.com> | 2018-03-29 11:33:12 +0530 |
commit | 83a6dfd45167ebfc3592824cd5c72230a5b61786 (patch) | |
tree | 5ddaa7b2637d60fdea7b2c1456815b6f32f848dd /src/main/java/com/att/nsa | |
parent | a459bd158fe210efc8558be79165821ab6fcbee8 (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=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>
Diffstat (limited to 'src/main/java/com/att/nsa')
-rw-r--r-- | src/main/java/com/att/nsa/mr/client/impl/MRConstants.java | 1 |
1 files changed, 0 insertions, 1 deletions
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 ) |