Brian O'Connor

Fixing javadoc param in BgpFlowSpecRibOut

Change-Id: I59685f0d47318861d50e4cddb0b900837ee2265f
......@@ -104,7 +104,7 @@ public class BgpFlowSpecRibOut {
* Removes flow spec.
*
* @param routeDistinguisher route distinguisher
* @param flowSpec BGP flow specification
* @param flowSpecPrefix BGP flow specification prefix
*/
public void delete(RouteDistinguisher routeDistinguisher, BgpFlowSpecPrefix flowSpecPrefix) {
if (vpnFlowSpecTree.containsKey(routeDistinguisher)) {
......