Merge "Sonar Major: Replace the type specification."
authorVenkata Harish Kajur <vk250x@att.com>
Wed, 17 Jan 2018 14:55:30 +0000 (14:55 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 17 Jan 2018 14:55:30 +0000 (14:55 +0000)
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>>();