Sonar major issues 47/39647/2
authorSurendra Reddy Katam <SK00524980@techmahindra.com>
Wed, 28 Mar 2018 12:04:38 +0000 (17:34 +0530)
committerSurendra Reddy Katam <SK00524980@techmahindra.com>
Wed, 28 Mar 2018 12:22:39 +0000 (17:52 +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-MbQH32hFUzlqc5YM&resolved=false&severities=MAJOR
Location:
src/main/java/com/att/nsa/mr/client/impl/MRBaseClient.java
Line No-47

Change-Id: Ic168f908a0ac740ec152702a66f6ddb684b093b4
Issue-ID: DMAAP-365"
Signed-off-by: Surendra Reddy Katam <SK00524980@techmahindra.com>
src/main/java/com/att/nsa/mr/client/impl/MRBaseClient.java

index 5511282..0cffa7d 100644 (file)
@@ -44,7 +44,6 @@ import com.att.nsa.apiClient.http.HttpClient;
 import com.att.nsa.mr.client.MRClient;
 import com.att.nsa.mr.client.MRClientFactory;
 import com.att.nsa.mr.test.clients.ProtocolTypeConstants;
-//import com.fasterxml.jackson.core.JsonProcessingException;
 
 public class MRBaseClient extends HttpClient implements MRClient {