checkstyle: enable JavadocParagraph
[neutron.git] / neutron-spi / src / main / java / org / opendaylight / neutron / spi / NeutronLoadBalancerListener.java
index e37b1e2d42ddf77c5404cb9c7fdb6451ff77f065..5324593aa1ef84adaddf363b532545631ee70797 100644 (file)
@@ -21,6 +21,7 @@ import javax.xml.bind.annotation.XmlRootElement;
  * v2.0 Reference for description of  the fields:
  * Implemented fields are as follows:
  *
+ * <p>
  * id                 uuid-str
  * default_pool_id    String
  * tenant_id          uuid-str
@@ -32,6 +33,7 @@ import javax.xml.bind.annotation.XmlRootElement;
  * admin_state_up     Boolean
  * status             String
  *
+ * <p>
  * http://docs.openstack.org/api/openstack-network/2.0/openstack-network.pdf
  */