From 660eafb6693075c2aa6da2b111d08fe97d99698b Mon Sep 17 00:00:00 2001 From: Isaku Yamahata Date: Fri, 16 Dec 2016 18:16:43 -0800 Subject: [PATCH] checkstyle: enable JavadocTagContinuationIndentation Eliminate the violation of JavadocTagContinuationIndentation and enable it. Change-Id: If854fa71db3115200f57faa8c06c0dd1e8995c0c Signed-off-by: Isaku Yamahata --- .../opendaylight/neutron/spi/INeutronLoadBalancerPoolCRUD.java | 2 +- .../main/java/org/opendaylight/neutron/spi/NeutronBgpvpn.java | 2 +- .../java/org/opendaylight/neutron/spi/NeutronFloatingIP.java | 2 +- .../org/opendaylight/neutron/spi/NeutronMeteringLabel.java | 2 +- .../org/opendaylight/neutron/spi/NeutronMeteringLabelRule.java | 2 +- .../main/java/org/opendaylight/neutron/spi/NeutronNetwork.java | 2 +- .../main/java/org/opendaylight/neutron/spi/NeutronPort.java | 2 +- .../main/java/org/opendaylight/neutron/spi/NeutronRouter.java | 2 +- .../org/opendaylight/neutron/spi/NeutronSFCFlowClassifier.java | 2 +- .../java/org/opendaylight/neutron/spi/NeutronSFCPortChain.java | 2 +- .../java/org/opendaylight/neutron/spi/NeutronSFCPortPair.java | 2 +- .../org/opendaylight/neutron/spi/NeutronSFCPortPairGroup.java | 2 +- .../main/java/org/opendaylight/neutron/spi/NeutronSubnet.java | 2 +- .../java/org/opendaylight/neutron/spi/NeutronVPNIKEPolicy.java | 2 +- .../org/opendaylight/neutron/spi/NeutronVPNIPSECPolicy.java | 2 +- .../neutron/northbound/api/InternalServerErrorException.java | 2 +- .../neutron/northbound/api/ServiceUnavailableException.java | 2 +- .../neutron/northbound/api/UnimplementedException.java | 2 +- parent/checkstyle-suppressions.xml | 3 --- 19 files changed, 18 insertions(+), 21 deletions(-) diff --git a/neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronLoadBalancerPoolCRUD.java b/neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronLoadBalancerPoolCRUD.java index 937914563..a240ba269 100644 --- a/neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronLoadBalancerPoolCRUD.java +++ b/neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronLoadBalancerPoolCRUD.java @@ -101,7 +101,7 @@ public interface INeutronLoadBalancerPoolCRUD extends INeutronCRUD i * @param fields * List of attributes to be extracted * @return an OpenStackNetworks object with only the selected fields - * populated + * populated */ public NeutronBgpvpn extractFields(List fields) { diff --git a/neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronFloatingIP.java b/neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronFloatingIP.java index 38505ea32..ce85d2f6f 100644 --- a/neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronFloatingIP.java +++ b/neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronFloatingIP.java @@ -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 fields) { diff --git a/neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronMeteringLabel.java b/neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronMeteringLabel.java index 8316f13a5..1fe3bd1de 100644 --- a/neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronMeteringLabel.java +++ b/neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronMeteringLabel.java @@ -54,7 +54,7 @@ public final class NeutronMeteringLabel extends NeutronBaseAttributes fields) { NeutronMeteringLabel ans = new NeutronMeteringLabel(); diff --git a/neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronMeteringLabelRule.java b/neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronMeteringLabelRule.java index aa6edf415..d315d25a3 100644 --- a/neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronMeteringLabelRule.java +++ b/neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronMeteringLabelRule.java @@ -89,7 +89,7 @@ public final class NeutronMeteringLabelRule extends NeutronObject fields) { NeutronMeteringLabelRule ans = new NeutronMeteringLabelRule(); diff --git a/neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronNetwork.java b/neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronNetwork.java index 484be7d12..b19f2e8be 100644 --- a/neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronNetwork.java +++ b/neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronNetwork.java @@ -171,7 +171,7 @@ public final class NeutronNetwork extends NeutronAdminAttributes * @param fields * List of attributes to be extracted * @return an OpenStackNetworks object with only the selected fields - * populated + * populated */ public NeutronNetwork extractFields(List fields) { diff --git a/neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronPort.java b/neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronPort.java index dfb8aff0d..29d137152 100644 --- a/neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronPort.java +++ b/neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronPort.java @@ -207,7 +207,7 @@ public final class NeutronPort extends NeutronAdminAttributes imple * @param fields * List of attributes to be extracted * @return an OpenStackPorts object with only the selected fields - * populated + * populated */ public NeutronPort extractFields(List fields) { diff --git a/neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronRouter.java b/neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronRouter.java index a6172415f..051d24f3a 100644 --- a/neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronRouter.java +++ b/neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronRouter.java @@ -84,7 +84,7 @@ public final class NeutronRouter extends NeutronAdminAttributes * @param fields * List of attributes to be extracted * @return an OpenStackRouters object with only the selected fields - * populated + * populated */ public NeutronRouter extractFields(List fields) { NeutronRouter ans = new NeutronRouter(); diff --git a/neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronSFCFlowClassifier.java b/neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronSFCFlowClassifier.java index 9cd071de2..b0a34714a 100644 --- a/neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronSFCFlowClassifier.java +++ b/neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronSFCFlowClassifier.java @@ -156,7 +156,7 @@ public final class NeutronSFCFlowClassifier extends NeutronBaseAttributes fields) { diff --git a/neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronSFCPortChain.java b/neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronSFCPortChain.java index b25ae3c1a..b621f20b9 100644 --- a/neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronSFCPortChain.java +++ b/neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronSFCPortChain.java @@ -68,7 +68,7 @@ public final class NeutronSFCPortChain extends NeutronBaseAttributes fields) { diff --git a/neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronSFCPortPair.java b/neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronSFCPortPair.java index fc4c2ceaa..32f0fc6e2 100644 --- a/neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronSFCPortPair.java +++ b/neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronSFCPortPair.java @@ -68,7 +68,7 @@ public final class NeutronSFCPortPair extends NeutronBaseAttributes fields) { diff --git a/neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronSFCPortPairGroup.java b/neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronSFCPortPairGroup.java index 3be05c1c6..a976f4065 100644 --- a/neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronSFCPortPairGroup.java +++ b/neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronSFCPortPairGroup.java @@ -43,7 +43,7 @@ public final class NeutronSFCPortPairGroup extends NeutronBaseAttributes fields) { diff --git a/neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronSubnet.java b/neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronSubnet.java index 25e39a0fc..74cce4a64 100644 --- a/neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronSubnet.java +++ b/neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronSubnet.java @@ -164,7 +164,7 @@ public final class NeutronSubnet extends NeutronBaseAttributes im * @param fields * List of attributes to be extracted * @return an OpenStackSubnets object with only the selected fields - * populated + * populated */ public NeutronSubnet extractFields(List fields) { diff --git a/neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronVPNIKEPolicy.java b/neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronVPNIKEPolicy.java index 6c0f2dc99..38284c108 100644 --- a/neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronVPNIKEPolicy.java +++ b/neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronVPNIKEPolicy.java @@ -99,7 +99,7 @@ public final class NeutronVPNIKEPolicy extends NeutronBaseAttributes fields) { NeutronVPNIKEPolicy ans = new NeutronVPNIKEPolicy(); diff --git a/neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronVPNIPSECPolicy.java b/neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronVPNIPSECPolicy.java index 0589f7ff3..63bfb5fd8 100644 --- a/neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronVPNIPSECPolicy.java +++ b/neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronVPNIPSECPolicy.java @@ -99,7 +99,7 @@ public final class NeutronVPNIPSECPolicy extends NeutronBaseAttributes fields) { NeutronVPNIPSECPolicy ans = new NeutronVPNIPSECPolicy(); diff --git a/northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/InternalServerErrorException.java b/northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/InternalServerErrorException.java index 1a7e6a646..172f38a61 100644 --- a/northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/InternalServerErrorException.java +++ b/northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/InternalServerErrorException.java @@ -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) { diff --git a/northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/ServiceUnavailableException.java b/northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/ServiceUnavailableException.java index fde2f512f..ae01739fb 100644 --- a/northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/ServiceUnavailableException.java +++ b/northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/ServiceUnavailableException.java @@ -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) { diff --git a/northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/UnimplementedException.java b/northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/UnimplementedException.java index 914a4e91c..c064ed46a 100644 --- a/northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/UnimplementedException.java +++ b/northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/UnimplementedException.java @@ -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) { diff --git a/parent/checkstyle-suppressions.xml b/parent/checkstyle-suppressions.xml index 2fca401a6..9204814a1 100644 --- a/parent/checkstyle-suppressions.xml +++ b/parent/checkstyle-suppressions.xml @@ -12,9 +12,6 @@ - -- 2.36.6