checkstyle: enable JavadocParagraph 10/49510/3
authorIsaku Yamahata <isaku.yamahata@intel.com>
Sat, 17 Dec 2016 02:08:10 +0000 (18:08 -0800)
committerIsaku Yamahata <isaku.yamahata@intel.com>
Wed, 21 Dec 2016 20:06:44 +0000 (12:06 -0800)
Eliminate the violation of JavadocParagraph and enable it.

Change-Id: I1f114f516d96bf0d3f5530d92e876b788cd73af6
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
18 files changed:
neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronFirewall.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronFirewallPolicy.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronFirewallRule.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronLoadBalancer.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronLoadBalancerHealthMonitor.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronLoadBalancerListener.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronLoadBalancerPool.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronSecurityGroup.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronSecurityRule.java
northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/BadRequestException.java
northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/InternalServerErrorException.java
northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/NeutronSecurityGroupsNorthbound.java
northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/NeutronSecurityRulesNorthbound.java
northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/ResourceConflictException.java
northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/ResourceNotFoundException.java
northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/ServiceUnavailableException.java
northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/UnimplementedException.java
parent/checkstyle-suppressions.xml

index 565a23f5f177626db491b12beded62f8d826da1c..3417868f03db1046a3d620da4a3ce310467b9ff0 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
  * tenant_id          uuid-str
  * name               String
index 872fef78de33312ab3d3c6c50199c8ff25f00063..12628a3dcbef49b4bc6f38cffc2f00df968b7fc7 100644 (file)
@@ -21,6 +21,7 @@ import javax.xml.bind.annotation.XmlRootElement;
  * v2.0 Reference for description of  the fields.
  * The implemented fields are as follows:
  *
+ * <p>
  * id             uuid-str
  * tenant_id      uuid-str
  * name           String
index 360f9cb7c4abe8000bc4edd4f1105c5927d16133..83a62579915bdbcc98cd7e79459169c2b41a7f4b 100644 (file)
@@ -21,6 +21,7 @@ import javax.xml.bind.annotation.XmlRootElement;
  * v2.0 Reference for description of  the fields.
  * The implemented fields are as follows:
  *
+ * <p>
  * tenant_id               uuid-str
  * name                    String
  * admin_state_up          Bool
index 4f25036774ae672c372e0a59123cf9c9fe85cb1d..0c94ad73fb8f3cb82af9974b48688b22ed3d9d3f 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
  * tenant_id          uuid-str
  * name               String
index 19ba2dfd8ffbe090f90ebbbed4db6d6800f736b8..afd7d4140c6622f68bbcaf82596a3948f2ebcf4d 100644 (file)
@@ -21,7 +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
  * tenant_id          uuid-str
  * type               String
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
  */
 
index adba5d3f61a4912be8a5ef499207a148f4e0d3d8..6bfebd5ce1f267c694ef05b93d05aa80770e4915 100644 (file)
@@ -22,6 +22,7 @@ import javax.xml.bind.annotation.XmlRootElement;
  * v2.0 Reference for description of  the fields:
  * Implemented fields are as follows:
  *
+ * <p>
  * id                 uuid-str
  * tenant_id          uuid-str
  * name               String
index 62c16df58cdfe9123183f46e6dbca1248bf60847..b36afe37cc0c51fb09ffe18decb81fe8f27148c2 100644 (file)
@@ -18,6 +18,7 @@ import javax.xml.bind.annotation.XmlRootElement;
  * OpenStack Neutron v2.0 Security Group bindings.
  * See OpenStack Network API v2.0 Reference for description of
  * annotated attributes. The current fields are as follows:
+ *
  * <p>
  * id                   uuid-str unique ID for the security group.
  * name                 String name of the security group.
index 1f16ea7dee0a8a49644cab9b1e2ea1d51b532653..ba792fd56ac64bec1459780c0dd14d15028e05c0 100644 (file)
@@ -18,6 +18,7 @@ import javax.xml.bind.annotation.XmlRootElement;
 /**
  * See OpenStack Network API v2.0 Reference for description of
  * annotated attributes. The current fields are as follows:
+ *
  * <p>
  * id                uuid (String) UUID for the security group rule.
  * direction         String Direction the VM traffic  (ingress/egress).
index 3836fb4826c850d5225954ed31970017f08ee674..7e1e036683b9aba55a0405ed30ebae9bdb236f0c 100644 (file)
@@ -15,6 +15,7 @@ import javax.ws.rs.core.Response;
 /**
  * Status Code 400 (Bad Request)
  *
+ * <p>
  * The request could not be understood by the server due to malformed syntax.
  * The client SHOULD NOT repeat the request without modifications.
  */
index b924baf1ab10776b38a905f533b9b02b262ae1a4..1a7e6a64635076d6c23e7976ac5b1af2cd35edf9 100644 (file)
@@ -15,6 +15,7 @@ import javax.ws.rs.core.Response;
 /**
  * Status Code 500 (Internal Server Error)
  *
+ * <p>
  * The server encountered an unexpected condition which prevented
  * it from fulfilling the request.
  *
index d3c034e095281784275034ca86cb09050dc2394d..f6bc7fa08d626dce80b3531de27b5aec425e5c84 100644 (file)
@@ -30,6 +30,7 @@ import org.opendaylight.neutron.spi.NeutronSecurityGroup;
 /**
  * Neutron Northbound REST APIs for Security Group.<br>
  * This class provides REST APIs for managing neutron Security Group
+ *
  * <p>
  * <br>
  * <br>
index 5c23ca2574d4850c31f9ceaa36982ba07c748a6a..eb28af7222c634acb47dfcb6f81096d329b7171e 100644 (file)
@@ -30,6 +30,7 @@ import org.opendaylight.neutron.spi.NeutronSecurityRule;
 /**
  * Neutron Northbound REST APIs for Security Rule.<br>
  * This class provides REST APIs for managing neutron Security Rule
+ *
  * <p>
  * <br>
  * <br>
index a951be21ec37ca9d05a8ee0722a9bdf69e592520..b2af9635529e2d774e3fe8042f3b19cc31760179 100644 (file)
@@ -15,6 +15,7 @@ import javax.ws.rs.core.Response;
 /**
  * Status Code 409 (Conflict)
  *
+ * <p>
  * The request could not be completed due to a conflict with the
  * current state of the resource. This code is only allowed in
  * situations where it is expected that the user might be able to
index 8952a45fcaa87ab7ce8831b439f52fc22254fefc..5a075451277cfb50ca3be0b0a5ab95470284d98e 100644 (file)
@@ -15,6 +15,7 @@ import javax.ws.rs.core.Response;
 /**
  * Status Code 404 (Not Found)
  *
+ * <p>
  * The server has not found anything matching the Request-URI.
  * No indication is given of whether the condition is temporary or permanent.
  * The 410 (Gone) status code SHOULD be used if the server knows,
index 6ed2647bd9a190cb6276fac044ef681ff0b40853..fde2f512f1ae5f919a86d7526efa1184f05206bb 100644 (file)
@@ -15,6 +15,7 @@ import javax.ws.rs.core.Response;
 /**
  * Status Code 503 (Service Unavailable Error)
  *
+ * <p>
  * The server is currently unable to handle the request due to a temporary
  * overloading or maintenance of the server.
  * The implication is that this is a temporary condition which will be alleviated
index a6ff0024e9421045b1fc106a32883531a94d8e38..914a4e91ca66cd606aa876ab26aa155d263160f7 100644 (file)
@@ -16,6 +16,7 @@ import javax.ws.rs.core.Response;
 /**
  * Status Code 501 (Not Implemented Error)
  *
+ * <p>
  * The function is not implemented.
  *
  */
index 461aaa125de193fd488fc035ce6964f07d208e92..2fca401a6d3d1740bf9429b999f5ec603b3f84a7 100644 (file)
@@ -12,9 +12,6 @@
   <suppress checks="SummaryJavadoc"
             files="."
              />
-  <suppress checks="JavadocParagraph"
-            files="."
-             />
   <suppress checks="JavadocTagContinuationIndentation"
             files="."
              />