Fix Javadoc errors. 29/23429/1
authorAlexis de Talhouët <adetalhouet@inocybe.com>
Fri, 26 Jun 2015 14:21:16 +0000 (10:21 -0400)
committerAlexis de Talhouët <adetalhouet@inocybe.com>
Fri, 26 Jun 2015 14:23:08 +0000 (10:23 -0400)
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>
openstack/net-virt-providers/src/main/java/org/opendaylight/ovsdb/openstack/netvirt/providers/openflow13/AbstractServiceInstance.java
openstack/net-virt/src/main/java/org/opendaylight/ovsdb/openstack/netvirt/api/EgressAclProvider.java
openstack/net-virt/src/main/java/org/opendaylight/ovsdb/openstack/netvirt/api/IngressAclProvider.java

index 8bfa094cad8be69164ddc67222615a5b76fa95e8..62c3464867f05766a9813d43869bce967e6479ea 100644 (file)
@@ -202,7 +202,7 @@ public abstract class AbstractServiceInstance {
     /**
      * 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)) {
index c9266e601d0814b5dde9274d71833a5f925535f3..315a7846c9bd9dda50ca789cd9378b6ad3aafd5b 100644 (file)
@@ -10,7 +10,6 @@ public interface EgressAclProvider {
     /**
      * Program port security ACL.
      *
-     * @param node the node
      * @param dpid the dpid
      * @param segmentationId the segmentation id
      * @param attachedMac the attached mac
index 97deed200c1b6460823b9caec360b4c625fc89ca..7a0d0ae10ff6c2bdf2076df2edbcbcab61e4b00e 100644 (file)
@@ -19,7 +19,6 @@ public interface IngressAclProvider {
     /**
      * Program port security ACL.
      *
-     * @param node the node
      * @param dpid the dpid
      * @param segmentationId the segmentation id
      * @param attachedMac the attached mac