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

Change-Id: If854fa71db3115200f57faa8c06c0dd1e8995c0c
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
19 files changed:
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronLoadBalancerPoolCRUD.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronBgpvpn.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronFloatingIP.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronMeteringLabel.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronMeteringLabelRule.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronNetwork.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronPort.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronRouter.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronSFCFlowClassifier.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronSFCPortChain.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronSFCPortPair.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronSFCPortPairGroup.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronSubnet.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronVPNIKEPolicy.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronVPNIPSECPolicy.java
northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/InternalServerErrorException.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 9379145635f26d55f91eea42f6cbd4c69a81e2b0..a240ba2695e7c3c19ba65402fad8f4557838dfb6 100644 (file)
@@ -101,7 +101,7 @@ public interface INeutronLoadBalancerPoolCRUD extends INeutronCRUD<NeutronLoadBa
      * @param uuid
      *            identifier of the NeutronLoadBalancerPoolMember object
      * @return boolean on whether the macAddress is already associated with a
-     * port or not
+     *             port or not
      */
 
     boolean neutronLoadBalancerPoolMemberInUse(String poolUuid, String uuid);
index 3ca50f0ba53235ef986544674cff03500e16548a..b44db9f9287a1726ee29789fa4e3e3001dc785b4 100644 (file)
@@ -218,7 +218,7 @@ public final class NeutronBgpvpn extends NeutronAdminAttributes<NeutronBgpvpn> i
      * @param fields
      *            List of attributes to be extracted
      * @return an OpenStackNetworks object with only the selected fields
-     * populated
+     *             populated
      */
 
     public NeutronBgpvpn extractFields(List<String> fields) {
index 38505ea322d9b071e9520134036ef446bcd84f3d..ce85d2f6f302ceb9cd039bdd222aa18039f9ce76 100644 (file)
@@ -100,7 +100,7 @@ public final class NeutronFloatingIP
      * @param fields
      *            List of attributes to be extracted
      * @return an OpenStackFloatingIPs object with only the selected fields
-     * populated
+     *             populated
      */
 
     public NeutronFloatingIP extractFields(List<String> fields) {
index 8316f13a5663aea42cb967ec0cc42cbae1e51f20..1fe3bd1de985af6310fdffaca6499653dcc1e8cd 100644 (file)
@@ -54,7 +54,7 @@ public final class NeutronMeteringLabel extends NeutronBaseAttributes<NeutronMet
      * @param fields
      *            List of attributes to be extracted
      * @return a NeutronMeteringLabel object with only the selected fields
-     * populated
+     *             populated
      */
     public NeutronMeteringLabel extractFields(List<String> fields) {
         NeutronMeteringLabel ans = new NeutronMeteringLabel();
index aa6edf4153927d80ce22043f37fd4e5e6536eb20..d315d25a3996b63bd5af8cc1436aeb6ad5d38bad 100644 (file)
@@ -89,7 +89,7 @@ public final class NeutronMeteringLabelRule extends NeutronObject<NeutronMeterin
      * @param fields
      *            List of attributes to be extracted
      * @return a NeutronMeteringLabelRule object with only the selected fields
-     * populated
+     *             populated
      */
     public NeutronMeteringLabelRule extractFields(List<String> fields) {
         NeutronMeteringLabelRule ans = new NeutronMeteringLabelRule();
index 484be7d12f013e3fbfa5803b0ff8ef73c9aceb5c..b19f2e8be223dbb3a0db7539dbf3624f9efdb300 100644 (file)
@@ -171,7 +171,7 @@ public final class NeutronNetwork extends NeutronAdminAttributes<NeutronNetwork>
      * @param fields
      *            List of attributes to be extracted
      * @return an OpenStackNetworks object with only the selected fields
-     * populated
+     *             populated
      */
 
     public NeutronNetwork extractFields(List<String> fields) {
index dfb8aff0d9405585ed72e719d9f73b05bda97d21..29d13715248258db4c6738ab5b241a05ae251c58 100644 (file)
@@ -207,7 +207,7 @@ public final class NeutronPort extends NeutronAdminAttributes<NeutronPort> imple
      * @param fields
      *            List of attributes to be extracted
      * @return an OpenStackPorts object with only the selected fields
-     * populated
+     *             populated
      */
 
     public NeutronPort extractFields(List<String> fields) {
index a6172415fdd82cbf0fcf81aea1567071d23b101d..051d24f3ae9904b29e764b049177d1882e33b6f3 100644 (file)
@@ -84,7 +84,7 @@ public final class NeutronRouter extends NeutronAdminAttributes<NeutronRouter>
      * @param fields
      *            List of attributes to be extracted
      * @return an OpenStackRouters object with only the selected fields
-     * populated
+     *             populated
      */
     public NeutronRouter extractFields(List<String> fields) {
         NeutronRouter ans = new NeutronRouter();
index 9cd071de2d6d294e532c81dc3949edfc43dcab0c..b0a34714a26e3fb3014396fd6ea0dd21cb514034 100644 (file)
@@ -156,7 +156,7 @@ public final class NeutronSFCFlowClassifier extends NeutronBaseAttributes<Neutro
      *
      * @param fields List of attributes to be extracted
      * @return an OpenStack NeutronSFCFlowClassifier object with only the selected fields
-     * populated
+     *             populated
      */
 
     public NeutronSFCFlowClassifier extractFields(List<String> fields) {
index b25ae3c1a2faec88c771137234389e02dd1fa936..b621f20b9dcd32915d9132e39209a5521928344a 100644 (file)
@@ -68,7 +68,7 @@ public final class NeutronSFCPortChain extends NeutronBaseAttributes<NeutronSFCP
      *
      * @param fields List of attributes to be extracted
      * @return an OpenStack Neutron SFC Port Chain object with only the selected fields
-     * populated
+     *             populated
      */
 
     public NeutronSFCPortChain extractFields(List<String> fields) {
index fc4c2ceaa9f7a29068c067ba1194123d2ce69b1d..32f0fc6e21ef7d913f6e18f70ab9cb25f4dd55f1 100644 (file)
@@ -68,7 +68,7 @@ public final class NeutronSFCPortPair extends NeutronBaseAttributes<NeutronSFCPo
      *
      * @param fields List of attributes to be extracted
      * @return an OpenStack Neutron SFC Port Pair object with only the selected fields
-     * populated
+     *             populated
      */
 
     public NeutronSFCPortPair extractFields(List<String> fields) {
index 3be05c1c67f45cc66eb6d853e0afc7c4e715f835..a976f4065dbfc88d40eca6308e6e1a8c5c444bf8 100644 (file)
@@ -43,7 +43,7 @@ public final class NeutronSFCPortPairGroup extends NeutronBaseAttributes<Neutron
      *
      * @param fields List of attributes to be extracted
      * @return an OpenStack Neutron SFC Port Pair Group object with only the selected fields
-     * populated
+     *             populated
      */
 
     public NeutronSFCPortPairGroup extractFields(List<String> fields) {
index 25e39a0fcee6ee882a2c12447eac4284ead260fc..74cce4a64762aa4b229d2ffdfd3459d0b2050f98 100644 (file)
@@ -164,7 +164,7 @@ public final class NeutronSubnet extends NeutronBaseAttributes<NeutronSubnet> im
      * @param fields
      *            List of attributes to be extracted
      * @return an OpenStackSubnets object with only the selected fields
-     * populated
+     *             populated
      */
 
     public NeutronSubnet extractFields(List<String> fields) {
index 6c0f2dc99cdd9be343f30b8e096f11cc01d2cb79..38284c108f38b0b097f22e7d949a84e690262aa1 100644 (file)
@@ -99,7 +99,7 @@ public final class NeutronVPNIKEPolicy extends NeutronBaseAttributes<NeutronVPNI
      * @param fields
      *            List of attributes to be extracted
      * @return a NeutronVPNIKEPolicy object with only the selected fields
-     * populated
+     *             populated
      */
     public NeutronVPNIKEPolicy extractFields(List<String> fields) {
         NeutronVPNIKEPolicy ans = new NeutronVPNIKEPolicy();
index 0589f7ff3d366553fb9efc647dbcbf6be2fa5aae..63bfb5fd8e4f208217c9e9388a90d914b9b79732 100644 (file)
@@ -99,7 +99,7 @@ public final class NeutronVPNIPSECPolicy extends NeutronBaseAttributes<NeutronVP
      * @param fields
      *            List of attributes to be extracted
      * @return a NeutronVPNIPSECPolicy object with only the selected fields
-     * populated
+     *             populated
      */
     public NeutronVPNIPSECPolicy extractFields(List<String> fields) {
         NeutronVPNIPSECPolicy ans = new NeutronVPNIPSECPolicy();
index 1a7e6a64635076d6c23e7976ac5b1af2cd35edf9..172f38a61fa55b5581cb5785cadd3dc84b2ce077 100644 (file)
@@ -29,7 +29,7 @@ public class InternalServerErrorException extends WebApplicationException {
      * Constructor for the INTERNAL_SERVER_ERROR custom handler
      *
      * @param string Error message to specify further the
-     * INTERNAL_SERVER_ERROR response
+     *            INTERNAL_SERVER_ERROR response
      *
      */
     public InternalServerErrorException(String string) {
index fde2f512f1ae5f919a86d7526efa1184f05206bb..ae01739fbabe50e38cc28773912d44232003f064 100644 (file)
@@ -30,7 +30,7 @@ public class ServiceUnavailableException extends WebApplicationException {
      * Constructor for the SERVICE_UNAVAILABLE custom handler
      *
      * @param string Error message to specify further the
-     * SERVICE_UNAVAILABLE response
+     *            SERVICE_UNAVAILABLE response
      *
      */
     public ServiceUnavailableException(String string) {
index 914a4e91ca66cd606aa876ab26aa155d263160f7..c064ed46a507454d2b7359ccbd649927ff5b5f32 100644 (file)
@@ -27,7 +27,7 @@ public class UnimplementedException extends WebApplicationException {
      * Constructor for the NOT_IMPLEMENTED custom handler
      *
      * @param string Error message to specify further the
-     * SERVICE_UNAVAILABLE response
+     *            SERVICE_UNAVAILABLE response
      *
      */
     public UnimplementedException(String string) {
index 2fca401a6d3d1740bf9429b999f5ec603b3f84a7..9204814a111280e0c9310c7ceac47dca2d097b4b 100644 (file)
@@ -12,9 +12,6 @@
   <suppress checks="SummaryJavadoc"
             files="."
              />
-  <suppress checks="JavadocTagContinuationIndentation"
-            files="."
-             />
   <suppress checks="AbbreviationAsWordInName"
             files="."
              />