Fixes for sonar critical issues
[policy/engine.git] / PolicyEngineAPI / src / test / java / org / onap / policy / test / ConfigFirewallPolicyTest.java
index 78ae249..c50b3de 100644 (file)
@@ -59,7 +59,7 @@ public class ConfigFirewallPolicyTest extends TestCase {
         *
         * @see TestCase#setUp()
         */
-       protected void setUp() throws Exception {
+       public void setUp() throws Exception {
                try {
                        policyEngine = new PolicyEngine("Test/config_pass.properties");
                } catch (PolicyEngineException e) {
@@ -101,7 +101,7 @@ public class ConfigFirewallPolicyTest extends TestCase {
         *
         * @see TestCase#tearDown()
         */
-       protected void tearDown() throws Exception {
+       public void tearDown() throws Exception {
                super.tearDown();
                // Add additional tear down code here
        }