Merge "Reorder modifiers"
[so.git] / bpmn / MSOCommonBPMN / src / main / java / org / openecomp / mso / bpmn / common / adapter / vnf / QueryVnfNotification.java
index 15532cb..4e84234 100644 (file)
@@ -346,7 +346,7 @@ public class QueryVnfNotification {
          */\r
         public List<QueryVnfNotification.Outputs.Entry> getEntry() {\r
             if (entry == null) {\r
-                entry = new ArrayList<QueryVnfNotification.Outputs.Entry>();\r
+                entry = new ArrayList<>();\r
             }\r
             return this.entry;\r
         }\r