Collection syntax change because of Sonar
[aaf/authz.git] / cadi / core / src / main / java / org / onap / aaf / cadi / filter / CadiFilter.java
index 1f302c6..237aa28 100644 (file)
@@ -218,7 +218,7 @@ public class CadiFilter implements Filter {
                                                if(map.length>0) {
                                                        MapPermConverter mpc=null;
                                                        int idx;
-                                                       mapPairs = new ArrayList<Pair>();
+                                                       mapPairs = new ArrayList<>();
                                                        for(String entry : map) {
                                                                if((idx=entry.indexOf('='))<0) { // it's a Path, so create a new converter
                                                                        access.log(Level.INIT,"Loading Perm Conversions for:",entry);