Bump upstreams for Silicon
[neutron.git] / neutron-spi / src / main / java / org / opendaylight / neutron / spi / INeutronQosPolicyCRUD.java
index 7c6fceff22149cc03ca3ed4a09966bd50685942c..a4703abedc21eabe0dbc28537e1422b946fbc75e 100644 (file)
@@ -5,13 +5,11 @@
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
-
 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> {
     // Nothing Here.
     // This class is defined to use reflection.