Fix Javadoc error. 70/24070/1
authorAlexis de Talhouët <adetalhouet@inocybe.com>
Mon, 13 Jul 2015 19:45:36 +0000 (15:45 -0400)
committerAlexis de Talhouët <adetalhouet@inocybe.com>
Mon, 13 Jul 2015 19:45:36 +0000 (15:45 -0400)
[ERROR] /Users/adetalhouet/Documents/odl/Beryllium/ovsdb/openstack/net-virt/src/main/java/org/opendaylight/ovsdb/openstack/netvirt/impl/NeutronL3Adapter.java:288: error: @param name not found
[ERROR] * @param action the {@link org.opendaylight.ovsdb.openstack.netvirt.api.Action} action to be handled.

Java version "1.8.0_45"

Change-Id: I460cb898c3a02678ecd4f58281bd289d607673e3
Signed-off-by: Alexis de Talhouët <adetalhouet@inocybe.com>
openstack/net-virt/src/main/java/org/opendaylight/ovsdb/openstack/netvirt/impl/NeutronL3Adapter.java

index 92a678d42e7f9bdbb43b4fefacea2312c99dc788..d0fb583268d6346a360e173bab260be1d88cfd82 100644 (file)
@@ -285,7 +285,7 @@ public class NeutronL3Adapter implements ConfigInterface {
      * packets from the floating IP address to the internal fixed ip) rules on OpenFlow Table 30 and SNAT rules (other
      * way around) on OpenFlow Table 100.
      *
-     * @param action the {@link org.opendaylight.ovsdb.openstack.netvirt.api.Action} action to be handled.
+     * @param actionIn the {@link org.opendaylight.ovsdb.openstack.netvirt.api.Action} action to be handled.
      * @param neutronFloatingIP An {@link org.opendaylight.neutron.spi.NeutronFloatingIP} instance of NeutronFloatingIP object.
      */
     public void handleNeutronFloatingIPEvent(final NeutronFloatingIP neutronFloatingIP,