The build was failing due to those errors:
[ERROR] /ovsdb/openstack/net-virt/src/main/java/org/opendaylight/ovsdb/openstack/netvirt/api/EgressAclProvider.java:13: error: @param name not found
--> doesn't exist
[ERROR] /ovsdb/openstack/net-virt/src/main/java/org/opendaylight/ovsdb/openstack/netvirt/api/IngressAclProvider.java:22: error: @param name not found
--> doesn't exist
[ERROR] /ovsdb/openstack/net-virt-providers/src/main/java/org/opendaylight/ovsdb/openstack/netvirt/providers/openflow13/AbstractServiceInstance.java:205: error: @param name not found
--> Node instead of node
Java version "1.8.0_45"
Change-Id: I386bb5ba6be41c134c6f843f78ef06147528fd61
Signed-off-by: Alexis de Talhouët <adetalhouet@inocybe.com>
(cherry picked from commit
68e3e2d5605d791616735fd06c246b267a4aff80)
/**
* Program Default Pipeline Flow.
*
- * @param Node on which the default pipeline flow is programmed.
+ * @param node on which the default pipeline flow is programmed.
*/
protected void programDefaultPipelineRule(Node node) {
if (!isBridgeInPipeline(node)) {
/**
* Program port security ACL.
*
- * @param node the node
* @param dpid the dpid
* @param segmentationId the segmentation id
* @param attachedMac the attached mac
/**
* Program port security ACL.
*
- * @param node the node
* @param dpid the dpid
* @param segmentationId the segmentation id
* @param attachedMac the attached mac