checkstyle: enable SummaryJavadoc 13/49513/3
authorIsaku Yamahata <isaku.yamahata@intel.com>
Sat, 17 Dec 2016 04:57:57 +0000 (20:57 -0800)
committerIsaku Yamahata <isaku.yamahata@intel.com>
Wed, 21 Dec 2016 20:06:44 +0000 (12:06 -0800)
fix SummaryJavadoc and enable it.

Change-Id: I68a464c78aacbb54d54b198b267d616d228e7403
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
61 files changed:
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronAdminAttributes.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronBaseAttributes.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronBgpvpnCRUD.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronCRUD.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronFirewallCRUD.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronFirewallPolicyCRUD.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronFirewallRuleCRUD.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronFloatingIPCRUD.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronL2gatewayCRUD.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronLoadBalancerCRUD.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronLoadBalancerHealthMonitorCRUD.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronLoadBalancerListenerCRUD.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronLoadBalancerPoolCRUD.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronNetworkCRUD.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronObject.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronPortCRUD.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronQosPolicyCRUD.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronRouterCRUD.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronSFCFlowClassifierCRUD.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronSFCPortChainCRUD.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronSFCPortPairCRUD.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronSFCPortPairGroupCRUD.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronSecurityGroupCRUD.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronSecurityRuleCRUD.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronSubnetCRUD.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronVPNServiceCRUD.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronRoute.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronSubnetIPAllocationPool.java
northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/InternalServerErrorException.java
northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/NeutronBgpvpnsNorthbound.java
northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/NeutronFirewallNorthbound.java
northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/NeutronFirewallPolicyNorthbound.java
northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/NeutronFirewallRulesNorthbound.java
northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/NeutronFloatingIPsNorthbound.java
northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/NeutronL2gatewayConnectionNorthbound.java
northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/NeutronL2gatewayNorthbound.java
northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/NeutronLoadBalancerHealthMonitorNorthbound.java
northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/NeutronLoadBalancerListenerNorthbound.java
northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/NeutronLoadBalancerNorthbound.java
northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/NeutronLoadBalancerPoolNorthbound.java
northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/NeutronMeteringLabelRulesNorthbound.java
northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/NeutronMeteringLabelsNorthbound.java
northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/NeutronNetworksNorthbound.java
northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/NeutronPortsNorthbound.java
northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/NeutronQosPolicyNorthbound.java
northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/NeutronRoutersNorthbound.java
northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/NeutronSFCFlowClassifiersNorthbound.java
northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/NeutronSFCPortChainsNorthbound.java
northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/NeutronSFCPortPairGroupsNorthbound.java
northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/NeutronSFCPortPairsNorthbound.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/NeutronSubnetsNorthbound.java
northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/NeutronVPNIKEPoliciesNorthbound.java
northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/NeutronVPNIPSECPoliciesNorthbound.java
northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/NeutronVPNIPSECSiteConnectionsNorthbound.java
northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/NeutronVPNServicesNorthbound.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
transcriber/src/main/java/org/opendaylight/neutron/transcriber/NeutronFirewallPolicyInterface.java

index 589dfc16d6ef12b54fd18a79b2365ddb1f70a940..a81de475e336defb6cc163eb096f725b43dbf047 100644 (file)
@@ -10,7 +10,7 @@
 package org.opendaylight.neutron.spi;
 
 /**
- * This class contains behaviour common to Neutron configuration objects
+ * This class contains behaviour common to Neutron configuration objects.
  */
 public interface INeutronAdminAttributes<T extends INeutronAdminAttributes> extends INeutronBaseAttributes<T> {
     Boolean getAdminStateUp();
index 40a3718753809de4aae7bdb865635ec4a5052b4c..1fa5c0c891635c113eac73d532b9bde4e0dadfb5 100644 (file)
@@ -10,7 +10,7 @@
 package org.opendaylight.neutron.spi;
 
 /**
- * This class contains behaviour common to Neutron configuration objects
+ * This class contains behaviour common to Neutron configuration objects.
  */
 public interface INeutronBaseAttributes<T extends INeutronBaseAttributes> extends INeutronObject<T> {
     String getName();
index 9abcb8c4dffeec22e95817b038b7046184c3f955..6c87b1f929f7c3ca43ae927cc0ff2c233235f586 100644 (file)
@@ -9,7 +9,7 @@
 package org.opendaylight.neutron.spi;
 
 /**
- * This interface defines the methods for CRUD of NB bgpvpn objects
+ * This interface defines the methods for CRUD of NB bgpvpn objects.
  *
  */
 
index 6c71f73fd05b3e11dd1cc9b37dfa63df1c371e4a..b758b84c8e372b2bdbcd17310d9a801685e6d48f 100644 (file)
@@ -11,14 +11,14 @@ package org.opendaylight.neutron.spi;
 import java.util.List;
 
 /**
- * This interface defines the methods for CRUD of NB neutron objects
+ * This interface defines the methods for CRUD of NB neutron objects.
  *
  */
 
 public interface INeutronCRUD<T extends INeutronObject<T>> {
     /**
      * Applications call this interface method to determine if a particular
-     * Neutron object exists
+     * Neutron object exists.
      *
      * @param uuid
      *            UUID of the Neutron object
@@ -40,7 +40,7 @@ public interface INeutronCRUD<T extends INeutronObject<T>> {
     T get(String uuid);
 
     /**
-     * Applications call this interface method to return all Neutron objects
+     * Applications call this interface method to return all Neutron objects.
      *
      * @return List of OpenStackNeutrons objects
      */
@@ -49,7 +49,7 @@ public interface INeutronCRUD<T extends INeutronObject<T>> {
 
     /**
      * Applications call this interface method to add a Neutron object to the
-     * concurrent map
+     * concurrent map.
      *
      * @param input
      *            OpenStackNeutron object
@@ -60,7 +60,7 @@ public interface INeutronCRUD<T extends INeutronObject<T>> {
 
     /**
      * Applications call this interface method to remove a Neutron object to the
-     * concurrent map
+     * concurrent map.
      *
      * @param uuid
      *            identifier for the neutron object
@@ -70,7 +70,7 @@ public interface INeutronCRUD<T extends INeutronObject<T>> {
     boolean remove(String uuid);
 
     /**
-     * Applications call this interface method to edit a Neutron object
+     * Applications call this interface method to edit a Neutron object.
      *
      * @param uuid
      *            identifier of the neutron object
index 7ca5923642fa39aeae9823ef9447c3e6f64c27f8..51b74192cadaf19dd0021f05108990c3b59879e3 100644 (file)
@@ -9,7 +9,7 @@
 package org.opendaylight.neutron.spi;
 
 /**
- * This interface defines the methods for CRUD of NB OpenStack Firewall objects
+ * This interface defines the methods for CRUD of NB OpenStack Firewall objects.
  */
 
 public interface INeutronFirewallCRUD extends INeutronCRUD<NeutronFirewall> {
index 67a7bd4a07cc8dd79658149cbb9d18a622889af2..0cb501c93c96476500aa36c391838096995c374f 100644 (file)
@@ -9,7 +9,7 @@
 package org.opendaylight.neutron.spi;
 
 /**
- * This interface defines the methods for CRUD of NB OpenStack Firewall Policy objects
+ * This interface defines the methods for CRUD of NB OpenStack Firewall Policy objects.
  *
  */
 
index 9ed37f13073ac1f8ddc7b31007c8fa66ef561825..7dc8a83286d479e6de88bb97b5a1013758f4089d 100644 (file)
@@ -9,7 +9,7 @@
 package org.opendaylight.neutron.spi;
 
 /**
- * This interface defines the methods for CRUD of NB OpenStack Firewall Rule objects
+ * This interface defines the methods for CRUD of NB OpenStack Firewall Rule objects.
  *
  */
 
index cec118858d7a1c107dc10aec574859c5d6c43a4f..dfbb42967d182fbb5a0b7ef43c96d27b96e26c8d 100644 (file)
@@ -9,7 +9,7 @@
 package org.opendaylight.neutron.spi;
 
 /**
- * This interface defines the methods for CRUD of NB FloatingIP objects
+ * This interface defines the methods for CRUD of NB FloatingIP objects.
  *
  */
 
index 09355e75741985b92dea4351b64e088ab8e79d29..60d94217c24e6ef99decb7bdd9627fd8fc0920b3 100644 (file)
@@ -9,7 +9,7 @@
 package org.opendaylight.neutron.spi;
 
 /**
- * This interface defines the methods for CRUD of NB OpenStack L2gateway objects
+ * This interface defines the methods for CRUD of NB OpenStack L2gateway objects.
  */
 public interface INeutronL2gatewayCRUD extends INeutronCRUD<NeutronL2gateway> {
     //Do nothing here.
index 141cb29f6dd528ad75bf686bc99769d2d54a4300..c57d603d13f33be58c182ebcf8cce50b5b818067 100644 (file)
@@ -9,7 +9,7 @@
 package org.opendaylight.neutron.spi;
 
 /**
- * This interface defines the methods for CRUD of NB OpenStack LoadBalancer objects
+ * This interface defines the methods for CRUD of NB OpenStack LoadBalancer objects.
  *
  */
 
index 4169bc81acebfaa0dadadd96f11f71fae5f4abe8..a7405971d508fcbc7d3efbe385d91d31f07bdaf2 100644 (file)
@@ -9,7 +9,7 @@
 package org.opendaylight.neutron.spi;
 
 /**
- * This interface defines the methods for CRUD of NB OpenStack LoadBalancerHealthMonitor objects
+ * This interface defines the methods for CRUD of NB OpenStack LoadBalancerHealthMonitor objects.
  *
  */
 
index 984930924d4ecdb2d4f6cb93f5ce16e7dd36a575..dc05eea9c8f1685ae42431042a6dee624adeb6ce 100644 (file)
@@ -9,7 +9,7 @@
 package org.opendaylight.neutron.spi;
 
 /**
- * This interface defines the methods for CRUD of NB OpenStack LoadBalancerListener objects
+ * This interface defines the methods for CRUD of NB OpenStack LoadBalancerListener objects.
  *
  */
 
index a240ba2695e7c3c19ba65402fad8f4557838dfb6..976316cd47444a4f2b0bcf82fb899520da5768e4 100644 (file)
@@ -11,14 +11,14 @@ package org.opendaylight.neutron.spi;
 import java.util.List;
 
 /**
- * This interface defines the methods for CRUD of NB OpenStack LoadBalancerPool objects
+ * This interface defines the methods for CRUD of NB OpenStack LoadBalancerPool objects.
  *
  */
 
 public interface INeutronLoadBalancerPoolCRUD extends INeutronCRUD<NeutronLoadBalancerPool> {
     /**
      * Applications call this interface method to determine if a particular
-     *NeutronLoadBalancerPoolMember object exists
+     * NeutronLoadBalancerPoolMember object exists.
      *
      * @param poolUuid
      *            UUID of the NeutronLoadBalancerPool object
@@ -44,7 +44,7 @@ public interface INeutronLoadBalancerPoolCRUD extends INeutronCRUD<NeutronLoadBa
     NeutronLoadBalancerPoolMember getNeutronLoadBalancerPoolMember(String poolUuid, String uuid);
 
     /**
-     * Applications call this interface method to return all NeutronLoadBalancerPoolMember objects
+     * Applications call this interface method to return all NeutronLoadBalancerPoolMember objects.
      *
      * @param poolUuid
      *            UUID of the NeutronLoadBalancerPool object
@@ -55,7 +55,7 @@ public interface INeutronLoadBalancerPoolCRUD extends INeutronCRUD<NeutronLoadBa
 
     /**
      * Applications call this interface method to add a NeutronLoadBalancerPoolMember object to the
-     * concurrent map
+     * concurrent map.
      *
      * @param poolUuid
      *            UUID of the NeutronLoadBalancerPool object
@@ -68,7 +68,7 @@ public interface INeutronLoadBalancerPoolCRUD extends INeutronCRUD<NeutronLoadBa
 
     /**
      * Applications call this interface method to remove a Neutron NeutronLoadBalancerPoolMember object to the
-     * concurrent map
+     * concurrent map.
      *
      * @param poolUuid
      *            UUID of the NeutronLoadBalancerPool object
@@ -80,7 +80,7 @@ public interface INeutronLoadBalancerPoolCRUD extends INeutronCRUD<NeutronLoadBa
     boolean removeNeutronLoadBalancerPoolMember(String poolUuid, String uuid);
 
     /**
-     * Applications call this interface method to edit a NeutronLoadBalancerPoolMember object
+     * Applications call this interface method to edit a NeutronLoadBalancerPoolMember object.
      *
      * @param poolUuid
      *            identifier of the NeutronLoadBalancerPool object
@@ -94,7 +94,7 @@ public interface INeutronLoadBalancerPoolCRUD extends INeutronCRUD<NeutronLoadBa
     boolean updateNeutronLoadBalancerPoolMember(String poolUuid, String uuid, NeutronLoadBalancerPoolMember delta);
 
     /**
-     * Applications call this interface method to see if a MAC address is in use
+     * Applications call this interface method to see if a MAC address is in use.
      *
      * @param poolUuid
      *            identifier of the NeutronLoadBalancerPool object
index b7cdc9446a7abdb69fb0b2350c4a4a8137f576c7..bb65301ebf9dde04188e9561138a89876cc9c8cc 100644 (file)
@@ -9,7 +9,7 @@
 package org.opendaylight.neutron.spi;
 
 /**
- * This interface defines the methods for CRUD of NB network objects
+ * This interface defines the methods for CRUD of NB network objects.
  *
  */
 
index 2892521358871660e3fa6c1f10a91bc8e51fc055..ad2913c73b38657a0232d6972f02ecc31a4aa6e3 100644 (file)
@@ -13,7 +13,7 @@ import java.util.List;
 import org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid;
 
 /**
- * This class contains behaviour common to Neutron configuration objects
+ * This class contains behaviour common to Neutron configuration objects.
  */
 public interface INeutronObject<T extends INeutronObject> {
 
index 1886d63116367ef0b871ca40dadb0df24f0db732..e2148f9b5b1278d27e2743655f87ed307852149e 100644 (file)
@@ -9,7 +9,7 @@
 package org.opendaylight.neutron.spi;
 
 /**
- * This interface defines the methods for CRUD of NB Port objects
+ * This interface defines the methods for CRUD of NB Port objects.
  *
  */
 
index 7c6fceff22149cc03ca3ed4a09966bd50685942c..b509dc7702dff49ae34778f8386e9c735db607b6 100644 (file)
@@ -9,7 +9,7 @@
 package org.opendaylight.neutron.spi;
 
 /**
- * This interface defines the methods for CRUD of NB OpenStack Qos Policy objects
+ * This interface defines the methods for CRUD of NB OpenStack Qos Policy objects.
  */
 
 public interface INeutronQosPolicyCRUD extends INeutronCRUD<NeutronQosPolicy> {
index f86104ce006038009830039e403bcb161e96d8bb..e195fe79b0ccb1d863ec221c9335becacec53016 100644 (file)
@@ -9,7 +9,7 @@
 package org.opendaylight.neutron.spi;
 
 /**
- * This interface defines the methods for CRUD of NB Router objects
+ * This interface defines the methods for CRUD of NB Router objects.
  *
  */
 
index f46c4f21e2b1fefb1070316a839bd9c9fc58803b..592bb865ac938b87e833af772d9f767862b92118 100644 (file)
@@ -8,7 +8,7 @@
 package org.opendaylight.neutron.spi;
 
 /**
- * This interface defines the methods for CRUD of NB SFC Flow Classifier objects
+ * This interface defines the methods for CRUD of NB SFC Flow Classifier objects.
  *
  */
 public interface INeutronSFCFlowClassifierCRUD extends INeutronCRUD<NeutronSFCFlowClassifier> {
index 6b2ac8722b39d3447e521969b6a1609987ae4924..a464bed926558d83d59ec0192a077efa90ea60ff 100644 (file)
@@ -8,7 +8,7 @@
 package org.opendaylight.neutron.spi;
 
 /**
- * This interface defines the methods for CRUD of NB SFC Port Chain objects
+ * This interface defines the methods for CRUD of NB SFC Port Chain objects.
  *
  */
 public interface INeutronSFCPortChainCRUD extends INeutronCRUD<NeutronSFCPortChain> {
index a1c63a9385a6c59c8a3ac8380488101546361745..cf04f45662a6c6f1040bd96bed75e2992509322d 100644 (file)
@@ -8,7 +8,7 @@
 package org.opendaylight.neutron.spi;
 
 /**
- * This interface defines the methods for CRUD of NB SFC Port Pair objects
+ * This interface defines the methods for CRUD of NB SFC Port Pair objects.
  *
  */
 public interface INeutronSFCPortPairCRUD extends INeutronCRUD<NeutronSFCPortPair> {
index 81453fa6b5e79c982fcf197779c29647c969b05a..92004e37c2776549c29efeb169ab44d8b393f796 100644 (file)
@@ -8,7 +8,7 @@
 package org.opendaylight.neutron.spi;
 
 /**
- * This interface defines the methods for CRUD of NB SFC Port Pair Group objects
+ * This interface defines the methods for CRUD of NB SFC Port Pair Group objects.
  *
  */
 public interface INeutronSFCPortPairGroupCRUD extends INeutronCRUD<NeutronSFCPortPairGroup> {
index 6209ad0ac6487214121673ca5f761c42d598ce70..e241eacaebf735790bc88cad5e42c7f651461e54 100644 (file)
@@ -9,7 +9,7 @@
 package org.opendaylight.neutron.spi;
 
 /**
- * This interface defines the methods for CRUD of NB OpenStack Security Group objects
+ * This interface defines the methods for CRUD of NB OpenStack Security Group objects.
  */
 
 public interface INeutronSecurityGroupCRUD extends INeutronCRUD<NeutronSecurityGroup> {
index 12066e1dc3c0ef17237d35c24fd3e1f5a71aeb5d..3ab436ef02b2448aed2d4b41a6c9eae82b95fec6 100644 (file)
@@ -9,7 +9,7 @@
 package org.opendaylight.neutron.spi;
 
 /**
- * This interface defines the methods for CRUD of NB OpenStack Security Rule objects
+ * This interface defines the methods for CRUD of NB OpenStack Security Rule objects.
  */
 
 public interface INeutronSecurityRuleCRUD extends INeutronCRUD<NeutronSecurityRule> {
index 17e8e1672c38a084e7e529b490d7f079f689f45d..4ad80181eee29aaff7e06ee15f22f8a95c752b0f 100644 (file)
@@ -9,7 +9,7 @@
 package org.opendaylight.neutron.spi;
 
 /**
- * This interface defines the methods for CRUD of NB Subnet objects
+ * This interface defines the methods for CRUD of NB Subnet objects.
  *
  */
 
index 064542da90bed3b868caa2145fd6e3c96bb88401..95dbe6c2e7d08f93bd8ad4b92735b7e851405eb7 100644 (file)
@@ -9,7 +9,7 @@
 package org.opendaylight.neutron.spi;
 
 /**
- * This interface defines the methods for CRUD of NB VPNService objects
+ * This interface defines the methods for CRUD of NB VPNService objects.
  *
  */
 
index 795be9ab05cf3c84cb60f6ea13cb017108045098..b5031ca9895dc2e7dcf466740d7628539663f358 100644 (file)
@@ -29,7 +29,7 @@ public final class NeutronRoute implements Serializable {
     String nextHop;
 
     /**
-     *  HostRoute constructor
+     *  HostRoute constructor.
      */
     public NeutronRoute() {
     }
index 352afa35a9a90c01e8b73b45439fad422ded9d4d..c6f30882e6bf95d219ddce4a557bde0896d08d66 100644 (file)
@@ -69,7 +69,7 @@ public final class NeutronSubnetIPAllocationPool implements Serializable {
 
     /**
      * This method determines if this allocation pool contains the
-     * input IPv4 address
+     * input IPv4 address.
      *
      * @param inputString
      *            IPv4 address in dotted decimal format
@@ -107,7 +107,7 @@ public final class NeutronSubnetIPAllocationPool implements Serializable {
 
     /**
      * This method determines if this allocation pool contains the
-     * input IPv4 address
+     * input IPv4 address.
      *
      * @param inputString
      *            IPv4 address in dotted decimal format
@@ -145,7 +145,7 @@ public final class NeutronSubnetIPAllocationPool implements Serializable {
 
     /**
      * This static method converts the supplied high-ending long back
-     * into a dotted decimal representation of an IPv4 address
+     * into a dotted decimal representation of an IPv4 address.
      *
      * @param l
      *            high-endian representation of the IPv4 address as a long
@@ -164,7 +164,7 @@ public final class NeutronSubnetIPAllocationPool implements Serializable {
 
     /**
      * This static method converts the supplied high-ending long back
-     * into a dotted decimal representation of an IPv4 address
+     * into a dotted decimal representation of an IPv4 address.
      *
      * @param l
      *            high-endian representation of the IPv4 address as a long
index 172f38a61fa55b5581cb5785cadd3dc84b2ce077..3ca7b9a32aaa26b09bae9a5215cce13cac453a24 100644 (file)
@@ -26,7 +26,7 @@ public class InternalServerErrorException extends WebApplicationException {
     private static final long serialVersionUID = 1L;
 
     /**
-     * Constructor for the INTERNAL_SERVER_ERROR custom handler
+     * Constructor for the INTERNAL_SERVER_ERROR custom handler.
      *
      * @param string Error message to specify further the
      *            INTERNAL_SERVER_ERROR response
index 05fc0049b43a69165a5040338cdfff72b7eff425..11a7fe2fe6f1a0d038b629edd037fad1f36f8667 100644 (file)
@@ -64,7 +64,8 @@ public final class NeutronBgpvpnsNorthbound
     }
 
     /**
-     * Returns a list of all Bgpvpns */
+     * Returns a list of all Bgpvpns.
+     */
 
     @GET
     @Produces({ MediaType.APPLICATION_JSON })
@@ -129,7 +130,8 @@ public final class NeutronBgpvpnsNorthbound
     }
 
     /**
-     * Returns a specific Bgpvpn */
+     * Returns a specific Bgpvpn.
+     */
 
     @Path("{bgpvpnUUID}")
     @GET
@@ -147,7 +149,8 @@ public final class NeutronBgpvpnsNorthbound
     }
 
     /**
-     * Creates new Bgpvpns */
+     * Creates new Bgpvpns.
+     */
     @POST
     @Produces({ MediaType.APPLICATION_JSON })
     @Consumes({ MediaType.APPLICATION_JSON })
@@ -159,7 +162,8 @@ public final class NeutronBgpvpnsNorthbound
     }
 
     /**
-     * Updates a Bgpvpn */
+     * Updates a Bgpvpn.
+     */
     @Override
     protected void updateDelta(String uuid, NeutronBgpvpn delta, NeutronBgpvpn original) {
         //Fill in defaults if they're missing in update
@@ -181,7 +185,8 @@ public final class NeutronBgpvpnsNorthbound
     }
 
     /**
-     * Deletes a Bgpvpn */
+     * Deletes a Bgpvpn.
+     */
 
     @Path("{bgpvpnUUID}")
     @DELETE
index e0388b86e2db5941122b4ba35ccb20effa351b6a..130bba8d272e5119e74ac03b745383a58692bc10 100644 (file)
@@ -56,7 +56,8 @@ public final class NeutronFirewallNorthbound
     }
 
     /**
-     * Returns a list of all Firewalls */
+     * Returns a list of all Firewalls.
+     */
     @GET
     @Produces({ MediaType.APPLICATION_JSON })
     @StatusCodes({ @ResponseCode(code = HttpURLConnection.HTTP_OK, condition = "Operation successful"),
@@ -102,7 +103,8 @@ public final class NeutronFirewallNorthbound
     }
 
     /**
-     * Returns a specific Firewall */
+     * Returns a specific Firewall.
+     */
 
     @Path("{firewallUUID}")
     @GET
@@ -119,7 +121,8 @@ public final class NeutronFirewallNorthbound
     }
 
     /**
-     * Creates new Firewall */
+     * Creates new Firewall.
+     */
 
     @POST
     @Produces({ MediaType.APPLICATION_JSON })
@@ -131,7 +134,8 @@ public final class NeutronFirewallNorthbound
     }
 
     /**
-     * Updates a Firewall */
+     * Updates a Firewall.
+     */
 
     @Path("{firewallUUID}")
     @PUT
@@ -145,7 +149,8 @@ public final class NeutronFirewallNorthbound
     }
 
     /**
-     * Deletes a Firewall */
+     * Deletes a Firewall.
+     */
 
     @Path("{firewallUUID}")
     @DELETE
index 39231346b74ed61953448ca77829a8845b5b1158..ecf131c2daf0bfd89ab3c992490b1275e494d7f5 100644 (file)
@@ -56,7 +56,8 @@ public final class NeutronFirewallPolicyNorthbound extends
     }
 
     /**
-     * Returns a list of all Firewall Policies */
+     * Returns a list of all Firewall Policies.
+     */
     @GET
     @Produces({ MediaType.APPLICATION_JSON })
     @StatusCodes({ @ResponseCode(code = HttpURLConnection.HTTP_OK, condition = "Operation successful"),
@@ -101,7 +102,8 @@ public final class NeutronFirewallPolicyNorthbound extends
     }
 
     /**
-     * Returns a specific Firewall Policy */
+     * Returns a specific Firewall Policy.
+     */
 
     @Path("{firewallPolicyUUID}")
     @GET
@@ -118,7 +120,7 @@ public final class NeutronFirewallPolicyNorthbound extends
     }
 
     /**
-     * Creates new Firewall Policy
+     * Creates new Firewall Policy.
      * */
     @POST
     @Produces({ MediaType.APPLICATION_JSON })
@@ -130,7 +132,7 @@ public final class NeutronFirewallPolicyNorthbound extends
     }
 
     /**
-     * Updates a Firewall Policy
+     * Updates a Firewall Policy.
      */
     @Path("{firewallPolicyUUID}")
     @PUT
@@ -146,7 +148,8 @@ public final class NeutronFirewallPolicyNorthbound extends
     }
 
     /**
-     * Deletes a Firewall Policy */
+     * Deletes a Firewall Policy.
+     */
 
     @Path("{firewallPolicyUUID}")
     @DELETE
index 6991b6c5836fb7a2926a6cb652dab73a977644bc..4627e47f108ed9bf988e0d1f5bd3e84009c8eecd 100644 (file)
@@ -55,7 +55,7 @@ public final class NeutronFirewallRulesNorthbound
     }
 
     /**
-     * Returns a list of all Firewall Rules
+     * Returns a list of all Firewall Rules.
      */
     @GET
     @Produces({ MediaType.APPLICATION_JSON })
@@ -131,7 +131,7 @@ public final class NeutronFirewallRulesNorthbound
     }
 
     /**
-     * Returns a specific Firewall Rule
+     * Returns a specific Firewall Rule.
      */
 
     @Path("{firewallRuleUUID}")
@@ -149,7 +149,7 @@ public final class NeutronFirewallRulesNorthbound
     }
 
     /**
-     * Creates new Firewall Rule
+     * Creates new Firewall Rule.
      */
 
     @POST
@@ -162,7 +162,7 @@ public final class NeutronFirewallRulesNorthbound
     }
 
     /**
-     * Updates a Firewall Rule
+     * Updates a Firewall Rule.
      */
     @Path("{firewallRuleUUID}")
     @PUT
@@ -177,7 +177,7 @@ public final class NeutronFirewallRulesNorthbound
     }
 
     /**
-     * Deletes a Firewall Rule
+     * Deletes a Firewall Rule.
      */
 
     @Path("{firewallRuleUUID}")
index 22b9da4d16417bc6f65d5a62c52ea2457d2d64e5..439e3e31c76a048fbcbe31166d8155fd787297d8 100644 (file)
@@ -56,7 +56,8 @@ public final class NeutronFloatingIPsNorthbound
     }
 
     /**
-     * Returns a list of all FloatingIPs */
+     * Returns a list of all FloatingIPs.
+     */
 
     @GET
     @Produces({ MediaType.APPLICATION_JSON })
@@ -109,7 +110,8 @@ public final class NeutronFloatingIPsNorthbound
     }
 
     /**
-     * Returns a specific FloatingIP */
+     * Returns a specific FloatingIP.
+     */
 
     @Path("{floatingipUUID}")
     @GET
@@ -126,7 +128,8 @@ public final class NeutronFloatingIPsNorthbound
     }
 
     /**
-     * Creates new FloatingIPs */
+     * Creates new FloatingIPs.
+     */
 
     @POST
     @Produces({ MediaType.APPLICATION_JSON })
@@ -138,7 +141,8 @@ public final class NeutronFloatingIPsNorthbound
     }
 
     /**
-     * Updates a FloatingIP */
+     * Updates a FloatingIP.
+     */
 
     @Path("{floatingipUUID}")
     @PUT
@@ -153,7 +157,8 @@ public final class NeutronFloatingIPsNorthbound
     }
 
     /**
-     * Deletes a FloatingIP */
+     * Deletes a FloatingIP.
+     */
 
     @Path("{floatingipUUID}")
     @DELETE
index c907dc8a97604492b2ce62b083674a76e3423c66..e77f2db1bc6e00316b35956cc6b9c5a2e663e66e 100644 (file)
@@ -59,7 +59,7 @@ public final class NeutronL2gatewayConnectionNorthbound extends AbstractNeutronN
     }
 
     /**
-     * Creates L2gateway Connection
+     * Creates L2gateway Connection.
      * @param  input contains connection details
      * @return status
      */
@@ -146,7 +146,7 @@ public final class NeutronL2gatewayConnectionNorthbound extends AbstractNeutronN
     }
 
     /**
-     * Deletes a L2gateway Connection
+     * Deletes a L2gateway Connection.
      * @param  l2gatewayConnectionID  connection ID to delete
      * @return status
      */
index ac2d249a45ac889d6764792d0185899e20efd82c..d9ba5a76ebae2baf199a7c6271eed36bff8ced39 100644 (file)
@@ -58,7 +58,7 @@ public final class NeutronL2gatewayNorthbound
     }
 
     /**
-     * Creates L2gateway
+     * Creates L2gateway.
      * @param input l2gateway attributes
      * @return success or error code
      */
@@ -80,7 +80,7 @@ public final class NeutronL2gatewayNorthbound
     }
 
     /**
-     * Returns a list of all L2gateways
+     * Returns a list of all L2gateways.
      */
     @GET
     @Produces({ MediaType.APPLICATION_JSON })
@@ -141,7 +141,7 @@ public final class NeutronL2gatewayNorthbound
     }
 
     /**
-     * Deletes a L2gateway
+     * Deletes a L2gateway.
      * @param l2gatewayID l2gateway uuid which should be deleted
      * @return success or error code
      * */
@@ -156,7 +156,7 @@ public final class NeutronL2gatewayNorthbound
     }
 
     /**
-     * Updates a L2gateway
+     * Updates a L2gateway.
      * @param l2gatewayID gateway ID that needs to be modified
      * @param input gateway attributes
      * @return status
index c11c2c31a6e5ce27f81117c612329d822b613e2e..0098dbbf8403e4ef31d08078f1d391703c3d19a5 100644 (file)
@@ -57,7 +57,8 @@ public final class NeutronLoadBalancerHealthMonitorNorthbound
     }
 
     /**
-     * Returns a list of all LoadBalancerHealthMonitor */
+     * Returns a list of all LoadBalancerHealthMonitor.
+     */
     @GET
     @Produces({ MediaType.APPLICATION_JSON })
     @StatusCodes({ @ResponseCode(code = HttpURLConnection.HTTP_OK, condition = "Operation successful"),
@@ -124,7 +125,8 @@ public final class NeutronLoadBalancerHealthMonitorNorthbound
     }
 
     /**
-     * Returns a specific LoadBalancerHealthMonitor */
+     * Returns a specific LoadBalancerHealthMonitor.
+     */
 
     @Path("{loadBalancerHealthMonitorID}")
     @GET
@@ -142,7 +144,8 @@ public final class NeutronLoadBalancerHealthMonitorNorthbound
     }
 
     /**
-     * Creates new LoadBalancerHealthMonitor */
+     * Creates new LoadBalancerHealthMonitor.
+     */
 
     @POST
     @Produces({ MediaType.APPLICATION_JSON })
@@ -154,7 +157,7 @@ public final class NeutronLoadBalancerHealthMonitorNorthbound
     }
 
     /**
-     * Updates a LoadBalancerHealthMonitor Policy
+     * Updates a LoadBalancerHealthMonitor Policy.
      */
     @Path("{loadBalancerHealthMonitorID}")
     @PUT
@@ -170,7 +173,7 @@ public final class NeutronLoadBalancerHealthMonitorNorthbound
     }
 
     /**
-     * Deletes a LoadBalancerHealthMonitor
+     * Deletes a LoadBalancerHealthMonitor.
      * */
     @Path("{loadBalancerHealthMonitorID}")
     @DELETE
index 7fd8ec098c5447d4ac1b3df4ef20b922f8e7ab49..5f2f869aa91230c80e9d6239c4e1a0a0716bf8dc 100644 (file)
@@ -56,7 +56,8 @@ public final class NeutronLoadBalancerListenerNorthbound extends AbstractNeutron
     }
 
     /**
-     * Returns a list of all LoadBalancerListener */
+     * Returns a list of all LoadBalancerListener.
+     */
     @GET
     @Produces({ MediaType.APPLICATION_JSON })
     @StatusCodes({ @ResponseCode(code = HttpURLConnection.HTTP_OK, condition = "Operation successful"),
@@ -109,7 +110,8 @@ public final class NeutronLoadBalancerListenerNorthbound extends AbstractNeutron
     }
 
     /**
-     * Returns a specific LoadBalancerListener */
+     * Returns a specific LoadBalancerListener.
+     */
 
     @Path("{loadBalancerListenerID}")
     @GET
@@ -126,7 +128,8 @@ public final class NeutronLoadBalancerListenerNorthbound extends AbstractNeutron
     }
 
     /**
-     * Creates new LoadBalancerListener */
+     * Creates new LoadBalancerListener.
+     */
 
     @POST
     @Produces({ MediaType.APPLICATION_JSON })
@@ -138,7 +141,7 @@ public final class NeutronLoadBalancerListenerNorthbound extends AbstractNeutron
     }
 
     /**
-     * Updates a LoadBalancerListener Policy
+     * Updates a LoadBalancerListener Policy.
      */
     @Path("{loadBalancerListenerID}")
     @PUT
@@ -153,7 +156,8 @@ public final class NeutronLoadBalancerListenerNorthbound extends AbstractNeutron
     }
 
     /**
-     * Deletes a LoadBalancerListener */
+     * Deletes a LoadBalancerListener.
+     */
 
     @Path("{loadBalancerListenerID}")
     @DELETE
index cc3f3c384a40f5e2178fd15d36cf870d2d05ba2e..6b35ed82eb481c43040d8bbffc459835f1f46fbc 100644 (file)
@@ -56,7 +56,8 @@ public final class NeutronLoadBalancerNorthbound
     }
 
     /**
-     * Returns a list of all LoadBalancer */
+     * Returns a list of all LoadBalancer.
+     */
     @GET
     @Produces({ MediaType.APPLICATION_JSON })
     @StatusCodes({ @ResponseCode(code = HttpURLConnection.HTTP_OK, condition = "Operation successful"),
@@ -102,7 +103,8 @@ public final class NeutronLoadBalancerNorthbound
     }
 
     /**
-     * Returns a specific LoadBalancer */
+     * Returns a specific LoadBalancer.
+     */
 
     @Path("{loadBalancerID}")
     @GET
@@ -120,7 +122,8 @@ public final class NeutronLoadBalancerNorthbound
     }
 
     /**
-     * Creates new LoadBalancer */
+     * Creates new LoadBalancer.
+     */
 
     @POST
     @Produces({ MediaType.APPLICATION_JSON })
@@ -133,7 +136,7 @@ public final class NeutronLoadBalancerNorthbound
     }
 
     /**
-     * Updates a LoadBalancer Policy
+     * Updates a LoadBalancer Policy.
      */
     @Path("{loadBalancerID}")
     @PUT
@@ -149,7 +152,8 @@ public final class NeutronLoadBalancerNorthbound
     }
 
     /**
-     * Deletes a LoadBalancer */
+     * Deletes a LoadBalancer.
+     */
 
     @Path("{loadBalancerID}")
     @DELETE
index cdf78324a606e8c9d8908ce4cd09cc9f3e5ea0b6..7253e2e090b4894c9495e397197dedbabccf9f39 100644 (file)
@@ -63,7 +63,7 @@ public final class NeutronLoadBalancerPoolNorthbound extends AbstractNeutronNort
     }
 
     /**
-     * Returns a list of all LoadBalancerPool
+     * Returns a list of all LoadBalancerPool.
      * */
     @GET
     @Produces({ MediaType.APPLICATION_JSON })
@@ -118,7 +118,8 @@ public final class NeutronLoadBalancerPoolNorthbound extends AbstractNeutronNort
     }
 
     /**
-     * Returns a specific LoadBalancerPool */
+     * Returns a specific LoadBalancerPool.
+     */
 
     @Path("{loadBalancerPoolID}")
     @GET
@@ -135,7 +136,8 @@ public final class NeutronLoadBalancerPoolNorthbound extends AbstractNeutronNort
     }
 
     /**
-     * Creates new LoadBalancerPool */
+     * Creates new LoadBalancerPool.
+     */
 
     @POST
     @Produces({ MediaType.APPLICATION_JSON })
@@ -147,7 +149,7 @@ public final class NeutronLoadBalancerPoolNorthbound extends AbstractNeutronNort
     }
 
     /**
-     * Updates a LoadBalancerPool Policy
+     * Updates a LoadBalancerPool Policy.
      */
     @Path("{loadBalancerPoolID}")
     @PUT
@@ -162,7 +164,7 @@ public final class NeutronLoadBalancerPoolNorthbound extends AbstractNeutronNort
     }
 
     /**
-     * Deletes a LoadBalancerPool
+     * Deletes a LoadBalancerPool.
      */
 
     @Path("{loadBalancerPoolUUID}")
@@ -175,7 +177,7 @@ public final class NeutronLoadBalancerPoolNorthbound extends AbstractNeutronNort
     }
 
     /**
-     * Returns a list of all LoadBalancerPoolMembers in specified pool
+     * Returns a list of all LoadBalancerPoolMembers in specified pool.
      */
     @Path("{loadBalancerPoolUUID}/members")
     @GET
@@ -236,7 +238,7 @@ public final class NeutronLoadBalancerPoolNorthbound extends AbstractNeutronNort
     }
 
     /**
-     * Returns a specific LoadBalancerPoolMember
+     * Returns a specific LoadBalancerPoolMember.
      */
     @Path("{loadBalancerPoolUUID}/members/{loadBalancerPoolMemberUUID}")
     @GET
@@ -274,7 +276,7 @@ public final class NeutronLoadBalancerPoolNorthbound extends AbstractNeutronNort
     }
 
     /**
-     * Adds a Member to an LBaaS Pool member
+     * Adds a Member to an LBaaS Pool member.
      */
     @Path("{loadBalancerPoolUUID}/members")
     @POST
@@ -307,7 +309,7 @@ public final class NeutronLoadBalancerPoolNorthbound extends AbstractNeutronNort
     }
 
     /**
-     * Updates a LB member pool
+     * Updates a LB member pool.
      */
 
     @Path("{loadBalancerPoolUUID}/members/{loadBalancerPoolMemberUUID}")
@@ -333,7 +335,7 @@ public final class NeutronLoadBalancerPoolNorthbound extends AbstractNeutronNort
     }
 
     /**
-     * Deletes a LoadBalancerPoolMember
+     * Deletes a LoadBalancerPoolMember.
      */
 
     @Path("{loadBalancerPoolUUID}/members/{loadBalancerPoolMemberUUID}")
index f8faa90a9db3b2037757a6ec137bc96f2ef1855c..0949698b82d26dea3a39889229b3e243d02c7c1a 100644 (file)
@@ -55,7 +55,8 @@ public final class NeutronMeteringLabelRulesNorthbound extends AbstractNeutronNo
     }
 
     /**
-     * Returns a list of all metering label rules */
+     * Returns a list of all metering label rules.
+     */
 
     @GET
     @Produces({ MediaType.APPLICATION_JSON })
@@ -95,7 +96,8 @@ public final class NeutronMeteringLabelRulesNorthbound extends AbstractNeutronNo
     }
 
     /**
-     * Returns a specific metering label rule */
+     * Returns a specific metering label rule.
+     */
 
     @Path("{ruleUUID}")
     @GET
@@ -113,7 +115,8 @@ public final class NeutronMeteringLabelRulesNorthbound extends AbstractNeutronNo
     }
 
     /**
-     * Creates new metering label rule */
+     * Creates new metering label rule.
+     */
     @POST
     @Produces({ MediaType.APPLICATION_JSON })
     @Consumes({ MediaType.APPLICATION_JSON })
@@ -140,7 +143,8 @@ public final class NeutronMeteringLabelRulesNorthbound extends AbstractNeutronNo
     }
 
     /**
-     * Deletes a Metering Label rule */
+     * Deletes a Metering Label rule.
+     */
 
     @Path("{ruleUUID}")
     @DELETE
index 46020affc0a4bfeb47b2913983b569ba6f8b9657..c96f27b39b13352b4744e515345d46ee4e4ffd66 100644 (file)
@@ -55,7 +55,8 @@ public final class NeutronMeteringLabelsNorthbound extends
     }
 
     /**
-     * Returns a list of all metering labels */
+     * Returns a list of all metering labels.
+     */
 
     @GET
     @Produces({ MediaType.APPLICATION_JSON })
@@ -92,7 +93,8 @@ public final class NeutronMeteringLabelsNorthbound extends
     }
 
     /**
-     * Returns a specific metering label */
+     * Returns a specific metering label.
+     */
 
     @Path("{labelUUID}")
     @GET
@@ -110,7 +112,8 @@ public final class NeutronMeteringLabelsNorthbound extends
     }
 
     /**
-     * Creates new metering label */
+     * Creates new metering label.
+     */
     @POST
     @Produces({ MediaType.APPLICATION_JSON })
     @Consumes({ MediaType.APPLICATION_JSON })
@@ -122,7 +125,8 @@ public final class NeutronMeteringLabelsNorthbound extends
     }
 
     /**
-     * Deletes a Metering Label */
+     * Deletes a Metering Label.
+     */
 
     @Path("{labelUUID}")
     @DELETE
index 6c0c9b2a5995ed46905530a6424e57f1c617cd77..a9948ee9c84478c421cc2a7d28df3bbf122f241c 100644 (file)
@@ -64,7 +64,8 @@ public final class NeutronNetworksNorthbound
     }
 
     /**
-     * Returns a list of all Networks */
+     * Returns a list of all Networks.
+     */
 
     @GET
     @Produces({ MediaType.APPLICATION_JSON })
@@ -139,7 +140,8 @@ public final class NeutronNetworksNorthbound
     }
 
     /**
-     * Returns a specific Network */
+     * Returns a specific Network.
+     */
 
     @Path("{netUUID}")
     @GET
@@ -157,7 +159,8 @@ public final class NeutronNetworksNorthbound
     }
 
     /**
-     * Creates new Networks */
+     * Creates new Networks.
+     */
     @POST
     @Produces({ MediaType.APPLICATION_JSON })
     @Consumes({ MediaType.APPLICATION_JSON })
@@ -182,7 +185,8 @@ public final class NeutronNetworksNorthbound
     }
 
     /**
-     * Updates a Network */
+     * Updates a Network.
+     */
     @Path("{netUUID}")
     @PUT
     @Produces({ MediaType.APPLICATION_JSON })
@@ -196,7 +200,8 @@ public final class NeutronNetworksNorthbound
     }
 
     /**
-     * Deletes a Network */
+     * Deletes a Network.
+     */
 
     @Path("{netUUID}")
     @DELETE
index bf1bcac869128e7e740a49c9a75bf3a437c987e2..52420354ab2624606dcd61b57545341f996f2654 100644 (file)
@@ -63,7 +63,8 @@ public final class NeutronPortsNorthbound
     UriInfo uriInfo;
 
     /**
-     * Returns a list of all Ports */
+     * Returns a list of all Ports.
+     */
 
     @GET
     @Produces({ MediaType.APPLICATION_JSON })
@@ -128,7 +129,8 @@ public final class NeutronPortsNorthbound
     }
 
     /**
-     * Returns a specific Port */
+     * Returns a specific Port.
+     */
 
     @Path("{portUUID}")
     @GET
@@ -146,7 +148,8 @@ public final class NeutronPortsNorthbound
     }
 
     /**
-     * Creates new Ports */
+     * Creates new Ports.
+     */
 
     @POST
     @Produces({ MediaType.APPLICATION_JSON })
@@ -183,7 +186,8 @@ public final class NeutronPortsNorthbound
     }
 
     /**
-     * Updates a Port */
+     * Updates a Port.
+     */
 
     @Path("{portUUID}")
     @PUT
@@ -200,7 +204,8 @@ public final class NeutronPortsNorthbound
     }
 
     /**
-     * Deletes a Port */
+     * Deletes a Port.
+     */
 
     @Path("{portUUID}")
     @DELETE
index a7e28ad8d3dd82593912f218dc3e43ac91367365..cb5e57dc5355b5e519fe79fdf6b9308cb17937da 100644 (file)
@@ -39,7 +39,7 @@ public final class NeutronQosPolicyNorthbound
     }
 
     /**
-     * Returns a list of all Qos Policies
+     * Returns a list of all Qos Policies.
      */
     @GET
     @Produces({ MediaType.APPLICATION_JSON })
@@ -77,7 +77,7 @@ public final class NeutronQosPolicyNorthbound
     }
 
     /**
-     * Returns a specific Qos Policy
+     * Returns a specific Qos Policy.
      */
     @Path("{qosPolicyUUID}")
     @GET
@@ -93,7 +93,7 @@ public final class NeutronQosPolicyNorthbound
     }
 
     /**
-     * Creates new Qos Policy
+     * Creates new Qos Policy.
      */
     @POST
     @Produces({ MediaType.APPLICATION_JSON })
@@ -105,7 +105,7 @@ public final class NeutronQosPolicyNorthbound
     }
 
     /**
-     * Updates a Qos Policy
+     * Updates a Qos Policy.
      */
     @Path("{qosPolicyUUID}")
     @PUT
@@ -120,7 +120,7 @@ public final class NeutronQosPolicyNorthbound
     }
 
     /**
-     * Deletes a Qos Policy
+     * Deletes a Qos Policy.
      */
     @Path("{qosPolicyUUID}")
     @DELETE
index 081f1e27f54071a5d14d15ecbae3fe53770efa38..cd2a36939cae4213fbe1a502545eb0aa67ce26d4 100644 (file)
@@ -59,7 +59,8 @@ public final class NeutronRoutersNorthbound
     }
 
     /**
-     * Returns a list of all Routers */
+     * Returns a list of all Routers.
+     */
 
     @GET
     @Produces({ MediaType.APPLICATION_JSON })
@@ -108,7 +109,8 @@ public final class NeutronRoutersNorthbound
     }
 
     /**
-     * Returns a specific Router */
+     * Returns a specific Router.
+     */
 
     @Path("{routerUUID}")
     @GET
@@ -127,7 +129,8 @@ public final class NeutronRoutersNorthbound
     }
 
     /**
-     * Creates new Routers */
+     * Creates new Routers.
+     */
 
     @POST
     @Produces({ MediaType.APPLICATION_JSON })
@@ -146,7 +149,8 @@ public final class NeutronRoutersNorthbound
     }
 
     /**
-     * Updates a Router */
+     * Updates a Router.
+     */
 
     @Path("{routerUUID}")
     @PUT
@@ -161,7 +165,8 @@ public final class NeutronRoutersNorthbound
     }
 
     /**
-     * Deletes a Router */
+     * Deletes a Router.
+     */
 
     @Path("{routerUUID}")
     @DELETE
@@ -173,7 +178,8 @@ public final class NeutronRoutersNorthbound
     }
 
     /**
-     * Adds an interface to a router */
+     * Adds an interface to a router.
+     */
 
     @Path("{routerUUID}/add_router_interface")
     @PUT
index 9476f3405d77dbc09355ce5f0811fe00cd444b57..ca35c4b260048b8b0829894eaeeb2da5ae63afe9 100644 (file)
@@ -55,7 +55,8 @@ public final class NeutronSFCFlowClassifiersNorthbound extends AbstractNeutronNo
     }
 
     /**
-     * Returns a list of all SFC Flow Classifiers */
+     * Returns a list of all SFC Flow Classifiers.
+     */
 
     @GET
     @Produces({ MediaType.APPLICATION_JSON })
@@ -117,7 +118,8 @@ public final class NeutronSFCFlowClassifiersNorthbound extends AbstractNeutronNo
     }
 
     /**
-     * Returns a specific SFC Flow Classifier */
+     * Returns a specific SFC Flow Classifier.
+     */
 
     @Path("{flowClassifierUUID}")
     @GET
@@ -134,7 +136,8 @@ public final class NeutronSFCFlowClassifiersNorthbound extends AbstractNeutronNo
     }
 
     /**
-     * Creates new SFC Flow Classifier */
+     * Creates new SFC Flow Classifier.
+     */
     @POST
     @Produces({ MediaType.APPLICATION_JSON })
     @Consumes({ MediaType.APPLICATION_JSON })
@@ -158,7 +161,8 @@ public final class NeutronSFCFlowClassifiersNorthbound extends AbstractNeutronNo
     }
 
     /**
-     * Updates an existing SFC Flow Classifier */
+     * Updates an existing SFC Flow Classifier.
+     */
     @Path("{flowClassifierUUID}")
     @PUT
     @Produces({ MediaType.APPLICATION_JSON })
@@ -172,7 +176,8 @@ public final class NeutronSFCFlowClassifiersNorthbound extends AbstractNeutronNo
     }
 
     /**
-     * Deletes the SFC Flow Classifier */
+     * Deletes the SFC Flow Classifier.
+     */
     @Path("{flowClassifierUUID}")
     @DELETE
     @StatusCodes({ @ResponseCode(code = HttpURLConnection.HTTP_NO_CONTENT, condition = "No Content"),
index 81cebe89f2a9064120a911a06effcfa32f28f7b1..6d46e78bf6b0641f8c548e953449e246e14d57a0 100644 (file)
@@ -56,7 +56,8 @@ public final class NeutronSFCPortChainsNorthbound
     }
 
     /**
-     * Returns a list of all SFC Port Chains*/
+     * Returns a list of all SFC Port Chains.
+     */
 
     @GET
     @Produces({ MediaType.APPLICATION_JSON })
@@ -90,7 +91,8 @@ public final class NeutronSFCPortChainsNorthbound
     }
 
     /**
-     * Returns a specific SFC Port Chain */
+     * Returns a specific SFC Port Chain.
+     */
 
     @Path("{portChainUUID}")
     @GET
@@ -107,7 +109,8 @@ public final class NeutronSFCPortChainsNorthbound
     }
 
     /**
-     * Creates new SFC Port Chain*/
+     * Creates new SFC Port Chain.
+     */
     @POST
     @Produces({ MediaType.APPLICATION_JSON })
     @Consumes({ MediaType.APPLICATION_JSON })
@@ -131,7 +134,8 @@ public final class NeutronSFCPortChainsNorthbound
     }
 
     /**
-     * Updates an existing SFC Port Chain */
+     * Updates an existing SFC Port Chain.
+     */
     @Path("{portChainUUID}")
     @PUT
     @Produces({ MediaType.APPLICATION_JSON })
@@ -145,7 +149,8 @@ public final class NeutronSFCPortChainsNorthbound
     }
 
     /**
-     * Deletes the SFC Port Chain */
+     * Deletes the SFC Port Chain.
+     */
     @Path("{portChainUUID}")
     @DELETE
     @StatusCodes({ @ResponseCode(code = HttpURLConnection.HTTP_NO_CONTENT, condition = "No Content"),
index cba1a7f8c58cf2d107d19fbfaaa6836e6d3a4f96..4b658e051f24f7f4a189934b4c04b2c790301858 100644 (file)
@@ -56,7 +56,8 @@ public final class NeutronSFCPortPairGroupsNorthbound extends AbstractNeutronNor
     }
 
     /**
-     * Returns a list of all SFC Port Pair Groups*/
+     * Returns a list of all SFC Port Pair Groups.
+     */
 
     @GET
     @Produces({ MediaType.APPLICATION_JSON })
@@ -91,7 +92,8 @@ public final class NeutronSFCPortPairGroupsNorthbound extends AbstractNeutronNor
     }
 
     /**
-     * Returns a specific SFC Port Pair Group*/
+     * Returns a specific SFC Port Pair Group.
+     */
 
     @Path("{portPairGroupUUID}")
     @GET
@@ -108,7 +110,8 @@ public final class NeutronSFCPortPairGroupsNorthbound extends AbstractNeutronNor
     }
 
     /**
-     * Creates new SFC Port Pair Group*/
+     * Creates new SFC Port Pair Group.
+     */
     @POST
     @Produces({ MediaType.APPLICATION_JSON })
     @Consumes({ MediaType.APPLICATION_JSON })
@@ -132,7 +135,8 @@ public final class NeutronSFCPortPairGroupsNorthbound extends AbstractNeutronNor
     }
 
     /**
-     * Updates an existing SFC Port Pair Group*/
+     * Updates an existing SFC Port Pair Group.
+     */
     @Path("{portPairGroupUUID}")
     @PUT
     @Produces({ MediaType.APPLICATION_JSON })
@@ -146,7 +150,8 @@ public final class NeutronSFCPortPairGroupsNorthbound extends AbstractNeutronNor
     }
 
     /**
-     * Deletes the SFC Port Pair Group*/
+     * Deletes the SFC Port Pair Group.
+     */
 
     @Path("{portPairGroupUUID}")
     @DELETE
index e070f038993a9630c7f64fe59cd182b1fb7b5594..278987a71a327e778ad82f82425e52a4eeabe2f5 100644 (file)
@@ -56,7 +56,8 @@ public final class NeutronSFCPortPairsNorthbound
     }
 
     /**
-     * Returns a list of all SFC Port Pairs*/
+     * Returns a list of all SFC Port Pairs.
+     */
 
     @GET
     @Produces({ MediaType.APPLICATION_JSON })
@@ -94,7 +95,8 @@ public final class NeutronSFCPortPairsNorthbound
     }
 
     /**
-     * Returns a specific SFC Port Pair */
+     * Returns a specific SFC Port Pair.
+     */
 
     @Path("{portPairUUID}")
     @GET
@@ -111,7 +113,8 @@ public final class NeutronSFCPortPairsNorthbound
     }
 
     /**
-     * Creates new SFC Port Pair*/
+     * Creates new SFC Port Pair.
+     */
     @POST
     @Produces({ MediaType.APPLICATION_JSON })
     @Consumes({ MediaType.APPLICATION_JSON })
@@ -135,7 +138,8 @@ public final class NeutronSFCPortPairsNorthbound
     }
 
     /**
-     * Updates an existing SFC Port Pair */
+     * Updates an existing SFC Port Pair.
+     */
     @Path("{portPairUUID}")
     @PUT
     @Produces({ MediaType.APPLICATION_JSON })
@@ -149,7 +153,8 @@ public final class NeutronSFCPortPairsNorthbound
     }
 
     /**
-     * Deletes the SFC Port Pair */
+     * Deletes the SFC Port Pair.
+     */
 
     @Path("{portPairUUID}")
     @DELETE
index f6bc7fa08d626dce80b3531de27b5aec425e5c84..4801dbb5b34231a2b40708088669dc81cc78da5c 100644 (file)
@@ -55,7 +55,7 @@ public final class NeutronSecurityGroupsNorthbound extends
     }
 
     /**
-     * Returns a list of all Security Groups
+     * Returns a list of all Security Groups.
      */
     @GET
     @Produces({ MediaType.APPLICATION_JSON })
@@ -92,7 +92,7 @@ public final class NeutronSecurityGroupsNorthbound extends
     }
 
     /**
-     * Returns a specific Security Group
+     * Returns a specific Security Group.
      */
 
     @Path("{securityGroupUUID}")
@@ -110,7 +110,7 @@ public final class NeutronSecurityGroupsNorthbound extends
     }
 
     /**
-     * Creates new Security Group
+     * Creates new Security Group.
      */
 
     @POST
@@ -123,7 +123,7 @@ public final class NeutronSecurityGroupsNorthbound extends
     }
 
     /**
-     * Updates a Security Group
+     * Updates a Security Group.
      */
 
     @Path("{securityGroupUUID}")
@@ -139,7 +139,7 @@ public final class NeutronSecurityGroupsNorthbound extends
     }
 
     /**
-     * Deletes a Security Group
+     * Deletes a Security Group.
      */
 
     @Path("{securityGroupUUID}")
index eb28af7222c634acb47dfcb6f81096d329b7171e..717a70fa1b16ec915dfeda92514387d9973f12cb 100644 (file)
@@ -56,7 +56,7 @@ public final class NeutronSecurityRulesNorthbound
     }
 
     /**
-     * Returns a list of all Security Rules
+     * Returns a list of all Security Rules.
      */
     @GET
     @Produces({ MediaType.APPLICATION_JSON })
@@ -114,7 +114,7 @@ public final class NeutronSecurityRulesNorthbound
     }
 
     /**
-     * Returns a specific Security Rule
+     * Returns a specific Security Rule.
      */
 
     @Path("{securityRuleUUID}")
@@ -132,7 +132,7 @@ public final class NeutronSecurityRulesNorthbound
     }
 
     /**
-     * Creates new Security Rule
+     * Creates new Security Rule.
      */
 
     @POST
@@ -145,7 +145,7 @@ public final class NeutronSecurityRulesNorthbound
     }
 
     /**
-     * Updates a Security Rule
+     * Updates a Security Rule.
      */
 
     @Path("{securityRuleUUID}")
@@ -161,7 +161,7 @@ public final class NeutronSecurityRulesNorthbound
     }
 
     /**
-     * Deletes a Security Rule
+     * Deletes a Security Rule.
      */
 
     @Path("{securityRuleUUID}")
index f4797d287c46825f82b3e4918e4d6540081cf748..e4e0743ef5ba5050060c48e9c5a93d03e106337b 100644 (file)
@@ -62,7 +62,8 @@ public final class NeutronSubnetsNorthbound
     UriInfo uriInfo;
 
     /**
-     * Returns a list of all Subnets */
+     * Returns a list of all Subnets.
+     */
     @GET
     @Produces({ MediaType.APPLICATION_JSON })
     //@TypeHint(OpenStackSubnets.class)
@@ -123,7 +124,8 @@ public final class NeutronSubnetsNorthbound
     }
 
     /**
-     * Returns a specific Subnet */
+     * Returns a specific Subnet.
+     */
 
     @Path("{subnetUUID}")
     @GET
@@ -141,7 +143,8 @@ public final class NeutronSubnetsNorthbound
     }
 
     /**
-     * Creates new Subnets */
+     * Creates new Subnets.
+     */
 
     @POST
     @Produces({ MediaType.APPLICATION_JSON })
@@ -169,7 +172,8 @@ public final class NeutronSubnetsNorthbound
     }
 
     /**
-     * Updates a Subnet */
+     * Updates a Subnet.
+     */
 
     @Path("{subnetUUID}")
     @PUT
@@ -184,7 +188,8 @@ public final class NeutronSubnetsNorthbound
     }
 
     /**
-     * Deletes a Subnet */
+     * Deletes a Subnet.
+     */
 
     @Path("{subnetUUID}")
     @DELETE
index 1341aea518a038a74a28310d84266a60c0e28d9d..9443cd78a7b2afb92f177f155b09d9f7435c0090 100644 (file)
@@ -57,7 +57,8 @@ public final class NeutronVPNIKEPoliciesNorthbound
     }
 
     /**
-     * Returns a list of all VPN IKE Policies */
+     * Returns a list of all VPN IKE Policies.
+     */
 
     @GET
     @Produces({ MediaType.APPLICATION_JSON })
@@ -105,7 +106,8 @@ public final class NeutronVPNIKEPoliciesNorthbound
     }
 
     /**
-     * Returns a specific VPN IKE Policy */
+     * Returns a specific VPN IKE Policy.
+     */
 
     @Path("{policyID}")
     @GET
@@ -123,7 +125,8 @@ public final class NeutronVPNIKEPoliciesNorthbound
     }
 
     /**
-     * Creates new VPN IKE Policy */
+     * Creates new VPN IKE Policy.
+     */
     @POST
     @Produces({ MediaType.APPLICATION_JSON })
     @Consumes({ MediaType.APPLICATION_JSON })
@@ -135,7 +138,8 @@ public final class NeutronVPNIKEPoliciesNorthbound
     }
 
     /**
-     * Updates a VPN IKE Policy */
+     * Updates a VPN IKE Policy.
+     */
     @Path("{policyID}")
     @PUT
     @Produces({ MediaType.APPLICATION_JSON })
@@ -149,7 +153,8 @@ public final class NeutronVPNIKEPoliciesNorthbound
     }
 
     /**
-     * Deletes a VPN IKE Policy */
+     * Deletes a VPN IKE Policy.
+     */
 
     @Path("{policyID}")
     @DELETE
index c2d81a849c36b21ac2e55264b293b32375c39e7e..0dc5ba3bd96c806d07a7bbd4f9f30752ecb00a22 100644 (file)
@@ -58,7 +58,8 @@ public final class NeutronVPNIPSECPoliciesNorthbound extends
     }
 
     /**
-     * Returns a list of all VPN IPSEC Policies */
+     * Returns a list of all VPN IPSEC Policies.
+     */
 
     @GET
     @Produces({ MediaType.APPLICATION_JSON })
@@ -105,7 +106,8 @@ public final class NeutronVPNIPSECPoliciesNorthbound extends
     }
 
     /**
-     * Returns a specific VPN IPSEC Policy */
+     * Returns a specific VPN IPSEC Policy.
+     */
 
     @Path("{policyID}")
     @GET
@@ -123,7 +125,8 @@ public final class NeutronVPNIPSECPoliciesNorthbound extends
     }
 
     /**
-     * Creates new VPN IPSEC Policy */
+     * Creates new VPN IPSEC Policy.
+     */
     @POST
     @Produces({ MediaType.APPLICATION_JSON })
     @Consumes({ MediaType.APPLICATION_JSON })
@@ -135,7 +138,8 @@ public final class NeutronVPNIPSECPoliciesNorthbound extends
     }
 
     /**
-     * Updates a VPN IPSEC Policy */
+     * Updates a VPN IPSEC Policy.
+     */
     @Path("{policyID}")
     @PUT
     @Produces({ MediaType.APPLICATION_JSON })
@@ -149,7 +153,8 @@ public final class NeutronVPNIPSECPoliciesNorthbound extends
     }
 
     /**
-     * Deletes a VPN IPSEC Policy */
+     * Deletes a VPN IPSEC Policy.
+     */
 
     @Path("{policyID}")
     @DELETE
index 32fe7d386c50d807ba855a323da933f2b315c3d5..1f31f2a7757fe81eae9c3d6162ebe3b45f86630d 100644 (file)
@@ -59,7 +59,7 @@ public final class NeutronVPNIPSECSiteConnectionsNorthbound
     }
 
     /**
-     * Returns a list of all VPN IPSEC SiteConnections
+     * Returns a list of all VPN IPSEC SiteConnections.
      */
 
     @GET
@@ -121,7 +121,7 @@ public final class NeutronVPNIPSECSiteConnectionsNorthbound
     }
 
     /**
-     * Returns a specific VPN IPSEC SiteConnection
+     * Returns a specific VPN IPSEC SiteConnection.
      */
 
     @Path("{connectionID}")
@@ -140,7 +140,7 @@ public final class NeutronVPNIPSECSiteConnectionsNorthbound
     }
 
     /**
-     * Creates new VPN IPSEC SiteConnection
+     * Creates new VPN IPSEC SiteConnection.
      */
     @POST
     @Produces({ MediaType.APPLICATION_JSON })
@@ -153,7 +153,7 @@ public final class NeutronVPNIPSECSiteConnectionsNorthbound
     }
 
     /**
-     * Updates a VPN IPSEC SiteConnection
+     * Updates a VPN IPSEC SiteConnection.
      */
     @Path("{connectionID}")
     @PUT
@@ -168,7 +168,7 @@ public final class NeutronVPNIPSECSiteConnectionsNorthbound
     }
 
     /**
-     * Deletes a VPN IPSEC SiteConnection
+     * Deletes a VPN IPSEC SiteConnection.
      */
 
     @Path("{connectionID}")
index 7325b57597b3cb6de6cd7f15cd611b2be0e2bdb2..fc267d9a1e535ee236883adac8cdb005ebe0bc1d 100644 (file)
@@ -58,7 +58,7 @@ public final class NeutronVPNServicesNorthbound
     }
 
     /**
-     * Returns a list of all VPN Services
+     * Returns a list of all VPN Services.
      */
 
     @GET
@@ -107,7 +107,7 @@ public final class NeutronVPNServicesNorthbound
     }
 
     /**
-     * Returns a specific VPN Service
+     * Returns a specific VPN Service.
      */
 
     @Path("{serviceID}")
@@ -125,7 +125,7 @@ public final class NeutronVPNServicesNorthbound
     }
 
     /**
-     * Creates new VPN Service
+     * Creates new VPN Service.
      */
     @POST
     @Produces({ MediaType.APPLICATION_JSON })
@@ -138,7 +138,7 @@ public final class NeutronVPNServicesNorthbound
     }
 
     /**
-     * Updates a VPN Service
+     * Updates a VPN Service.
      */
     @Path("{serviceID}")
     @PUT
@@ -152,7 +152,7 @@ public final class NeutronVPNServicesNorthbound
     }
 
     /**
-     * Deletes a VPN Service
+     * Deletes a VPN Service.
      */
 
     @Path("{serviceID}")
index ae01739fbabe50e38cc28773912d44232003f064..abddc94bee89db087f55ebc41cd6cb9a0bf6824d 100644 (file)
@@ -27,7 +27,7 @@ public class ServiceUnavailableException extends WebApplicationException {
     private static final long serialVersionUID = 1L;
 
     /**
-     * Constructor for the SERVICE_UNAVAILABLE custom handler
+     * Constructor for the SERVICE_UNAVAILABLE custom handler.
      *
      * @param string Error message to specify further the
      *            SERVICE_UNAVAILABLE response
index c064ed46a507454d2b7359ccbd649927ff5b5f32..9a755597cb781e40417acab0eeb8244a874c2a7b 100644 (file)
@@ -24,7 +24,7 @@ public class UnimplementedException extends WebApplicationException {
     private static final long serialVersionUID = 1L;
 
     /**
-     * Constructor for the NOT_IMPLEMENTED custom handler
+     * Constructor for the NOT_IMPLEMENTED custom handler.
      *
      * @param string Error message to specify further the
      *            SERVICE_UNAVAILABLE response
index 9204814a111280e0c9310c7ceac47dca2d097b4b..4278f223a457915a55ec0a7f13c8f11e11579f0d 100644 (file)
@@ -9,9 +9,6 @@
   <suppress checks="JavadocStyleCheck"
             files="."
              />
-  <suppress checks="SummaryJavadoc"
-            files="."
-             />
   <suppress checks="AbbreviationAsWordInName"
             files="."
              />
index 8509511534532fdb541688dd95a50fd59656439a..ca6c5e94e87480d28db47472b0aa134c818d7f1e 100644 (file)
@@ -19,8 +19,6 @@ import org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.fwaas.rev150712.pol
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
-/**
- */
 
 public final class NeutronFirewallPolicyInterface
         extends AbstractNeutronInterface<FirewallPolicy, FirewallPolicies, FirewallPolicyKey, NeutronFirewallPolicy>