Update to use proper syntax generic instanstiation
[aai/aai-service.git] / ajsc-aai / src / main / java / org / openecomp / aai / dbgen / DbMeth.java
index 978cb57..0bacf5d 100644 (file)
@@ -2233,7 +2233,7 @@ public class DbMeth{
                        nodeTypeFilter = true;
                }  
                
-               ArrayList <String> excludeVidList = new <String> ArrayList ();
+               ArrayList <String> excludeVidList = new ArrayList<String>();
                if( DbEdgeRules.CanBeRecursiveNT.containsKey(startNodeNT) && excludeRecurComingIn ){
                        // If we're starting on a nodeType that supports recursion, then find any connected
                        // nodes that are coming from IN edges so we can exclude them later.