Change-Id: Ib1c04d97b07f832fd2b161bc4e0753a6de0b1da0
Signed-off-by: Victor Morales <victor.morales@intel.com>
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.