Collection syntax change because of Sonar
[aaf/authz.git] / misc / xgen / src / main / java / org / onap / aaf / misc / xgen / CacheGen.java
index 74b590d..417f80b 100644 (file)
@@ -42,7 +42,7 @@ public abstract class CacheGen<G extends XGen<G>> {
        public final static int HTML5   = 0x8;\r
 \r
        \r
-       private ArrayList<Section<G>> sections = new ArrayList<Section<G>>();\r
+       private ArrayList<Section<G>> sections = new ArrayList<>();\r
        private int flags;\r
        private final Thematic thematic;\r
 \r