sonar critical for Exception handling 69/25869/1
authorSoumendu Sekhar Acharya <sa00498080@techmahindra.com>
Fri, 8 Dec 2017 11:00:59 +0000 (16:30 +0530)
committerSoumendu Sekhar Acharya <sa00498080@techmahindra.com>
Fri, 8 Dec 2017 11:02:25 +0000 (16:32 +0530)
Removed printStackTrace
Sonar Link:
https://sonar.onap.org/component_issues/index?id=org.onap.dmaap.messagerouter.messageservice%3AdmaapMR1#severities=CRITICAL|assignees=soumendu
Line No-585

Change-Id: I81c3f1f19b566f5c74d6f2f5270cf26c31fc64db
Issue-ID: DMAAP-183
Signed-off-by: Soumendu Sekhar Acharya <sa00498080@techmahindra.com>
src/main/java/com/att/nsa/dmaap/service/MMRestService.java

index 8c3f70b..fa77f6e 100644 (file)
@@ -579,7 +579,6 @@ public class MMRestService {
                        }
 
                } catch (Exception e) {
-                       e.printStackTrace();
                        LOGGER.error("Exception: ", e);                 
                }
        }