X-Git-Url: https://gerrit.onap.org/r/gitweb?p=policy%2Fengine.git;a=blobdiff_plain;f=ONAP-REST%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Fpolicy%2Frest%2Fadapter%2FPrefixIPList.java;h=23ae537bbd8715cddf77c6e410676bd322d2b3a0;hp=c9b5b0cf1419e8eed58fbf580418ba538f3e1bc5;hb=401b48bc573561f097960a9ca7abe6d788456f28;hpb=9301fed7c290f52208922f780fdfe4b5a880b5aa diff --git a/ONAP-REST/src/main/java/org/onap/policy/rest/adapter/PrefixIPList.java b/ONAP-REST/src/main/java/org/onap/policy/rest/adapter/PrefixIPList.java index c9b5b0cf1..23ae537bb 100644 --- a/ONAP-REST/src/main/java/org/onap/policy/rest/adapter/PrefixIPList.java +++ b/ONAP-REST/src/main/java/org/onap/policy/rest/adapter/PrefixIPList.java @@ -51,7 +51,7 @@ public class PrefixIPList { { if(members==null) { - members= new ArrayList(); + 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; - }*/ - }