Fixed the Policy API issues and Bugfixes
[policy/engine.git] / PolicyEngineUtils / src / test / java / org / openecomp / policy / test / PolicyUtilsTest.java
index 7dac555..4248103 100644 (file)
@@ -40,8 +40,6 @@ public class PolicyUtilsTest {
        
        @Test
        public void testJsonConversions() throws Exception{
-               @SuppressWarnings("unused")
-               PolicyUtils policyUtils = new PolicyUtils();
                StdPDPNotification notification = new StdPDPNotification();
                notification.setNotificationType(NotificationType.BOTH);
                Collection<StdRemovedPolicy> removedPolicies = new ArrayList<>();