Fixing javadoc param in BgpFlowSpecRibOut
Change-Id: I59685f0d47318861d50e4cddb0b900837ee2265f
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -104,7 +104,7 @@ public class BgpFlowSpecRibOut { | ... | @@ -104,7 +104,7 @@ public class BgpFlowSpecRibOut { |
104 | * Removes flow spec. | 104 | * Removes flow spec. |
105 | * | 105 | * |
106 | * @param routeDistinguisher route distinguisher | 106 | * @param routeDistinguisher route distinguisher |
107 | - * @param flowSpec BGP flow specification | 107 | + * @param flowSpecPrefix BGP flow specification prefix |
108 | */ | 108 | */ |
109 | public void delete(RouteDistinguisher routeDistinguisher, BgpFlowSpecPrefix flowSpecPrefix) { | 109 | public void delete(RouteDistinguisher routeDistinguisher, BgpFlowSpecPrefix flowSpecPrefix) { |
110 | if (vpnFlowSpecTree.containsKey(routeDistinguisher)) { | 110 | if (vpnFlowSpecTree.containsKey(routeDistinguisher)) { | ... | ... |
-
Please register or login to post a comment