Code Clean Up
[bgpcep.git] / bgp / flowspec / src / main / java / org / opendaylight / protocol / bgp / flowspec / l3vpn / AbstractFlowspecL3vpnRIBSupport.java
index d1fc2f724fe99736a38dee50acf1e69aaa107cc2..8ffc827fe8a7813e5d71bdd2aec48d583574cd8c 100644 (file)
@@ -61,7 +61,7 @@ public abstract class AbstractFlowspecL3vpnRIBSupport<T extends AbstractFlowspec
         final PathId pathId = PathIdUtil.buildPathId(routesCont, routePathIdNid());
             final RouteDistinguisher rd = extractRouteDistinguisher(routesCont, this.routeDistinguisherNID);
         return this.nlriParser.createWithdrawnDestinationType(
-            new Object[] {rd, nlriParser.extractFlowspec(Iterables.getOnlyElement(routes))},
+            new Object[] {rd, this.nlriParser.extractFlowspec(Iterables.getOnlyElement(routes))},
             pathId
         );
     }