Fixed the Sonar technical debt.
[policy/engine.git] / ONAP-REST / src / main / java / org / onap / policy / rest / adapter / PrefixIPList.java
index c9b5b0c..23ae537 100644 (file)
@@ -51,7 +51,7 @@ public class PrefixIPList {
     {
        if(members==null)
        {
-               members= new ArrayList<AddressMembers>();
+               members= new ArrayList<>();
        }
         return this.members;
     }
@@ -60,13 +60,5 @@ public class PrefixIPList {
        {
                this.members = members;
        }
-    /*public String getValue() {
-        return value;
-    }
 
-   
-    public void setValue(String value) {
-        this.value = value;
-    }*/
-    
 }