Replace the type specification in this constructor call with the diamond operator
Sonar Link:
https://sonar.onap.org/component_issues/index?id=org.onap.aai.traversal%3Atraversal#resolved=false|assigned=false
Location:
src/main/java/org/onap/aai/util/MakeNamedQuery.java
Line No:78
Issue-ID: AAI-620
Change-Id: Ied0e7d3d1172bc7cb2f380c3ea6eb7b827e7e1f7
Signed-off-by: aishkashyap <as00476394@techmahindra.com>
 
                // 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>>();