NEUTRON-162: vlan_transparent attribute is missing in network_attributes
[neutron.git] / neutron-spi / src / main / java / org / opendaylight / neutron / spi / INeutronSFCPortPairGroupCRUD.java
index 81453fa6b5e79c982fcf197779c29647c969b05a..cfb31f3e088b40b53c5a3893f35849001a7b8f9e 100644 (file)
@@ -8,8 +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> {
     // Nothing Here.