Remove warning for java 1.8 syntaxis 91/4591/1
authorVictor Morales <victor.morales@intel.com>
Thu, 1 Jun 2017 20:08:03 +0000 (15:08 -0500)
committerVictor Morales <victor.morales@intel.com>
Thu, 1 Jun 2017 20:11:50 +0000 (15:11 -0500)
Change-Id: Ib1c04d97b07f832fd2b161bc4e0753a6de0b1da0
Signed-off-by: Victor Morales <victor.morales@intel.com>
aai-traversal/src/main/java/org/openecomp/aai/dbgraphgen/DbMeth.java

index 5951a10..bbcee63 100644 (file)
@@ -2050,7 +2050,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.