sonar critical for bugs test 55/30855/1
authorDushyant Singh Thakur <dt00503496@techmahindra.com>
Thu, 8 Feb 2018 11:53:18 +0000 (17:23 +0530)
committerDushyant Singh Thakur <dt00503496@techmahindra.com>
Thu, 8 Feb 2018 11:53:18 +0000 (17:23 +0530)
Made the method public
Sonar Link:
https://sonar.onap.org/component_issues?id=org.onap.dmaap.messagerouter.msgrtr%3Amsgrtr#resolved=false|severities=CRITICAL|assignees=dthakur
Location:
src/test/java/com/att/nsa/cambria/CambriaApiTestCase.java
Line No-47

Change-Id: I95303214dadf987fd9090b19ce6ed516f312f7f9
Issue-ID: DMAAP-278
Signed-off-by: Dushyant Singh Thakur <dt00503496@techmahindra.com>
src/test/java/com/att/nsa/cambria/CambriaApiTestCase.java

index c14f10c..cb934af 100644 (file)
@@ -43,8 +43,7 @@ public class CambriaApiTestCase extends TestCase {
                System.out.println("setUp() complete");
        }
        
-       @Override
-       protected void tearDown() throws Exception {
+       public void tearDown() throws Exception {
                System.out.println("tearDown() started");
                //CambriaApiServer.stop();
                System.out.println("tearDown() complete");