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