Sonar Major: Replace the type specification.
[aai/traversal.git] / aai-traversal / src / main / java / org / onap / aai / util / MakeNamedQuery.java
index fde25a7..a88ab1b 100644 (file)
@@ -75,7 +75,7 @@ public class MakeNamedQuery {
 
                // iterate the collection of resources
 
-               ArrayList<String> processedWidgets = new ArrayList<String>();
+               ArrayList<String> processedWidgets = new ArrayList<>();
 
 
                HashMap<String, List<Introspector>> widgetToRelationship = new HashMap<String, List<Introspector>>();