NEUTRON-162: vlan_transparent attribute is missing in network_attributes
[neutron.git] / neutron-spi / src / main / java / org / opendaylight / neutron / spi / INeutronNetworkCRUD.java
index ec67ddd52cd5b14e49c7a1ce0a779a28cc888cc1..1223c63736ed70e17f00b22c7c28e6c7bda57577 100644 (file)
@@ -5,16 +5,12 @@
  * 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 network objects
- *
+ * This interface defines the methods for CRUD of NB network objects.
  */
-
-public interface INeutronNetworkCRUD
-    extends INeutronCRUD<NeutronNetwork> {
+public interface INeutronNetworkCRUD extends INeutronCRUD<NeutronNetwork> {
     // Nothing Here.
     // This class is defined to use reflection.
 }