checkstyle: enable SummaryJavadoc
[neutron.git] / neutron-spi / src / main / java / org / opendaylight / neutron / spi / INeutronL2gatewayCRUD.java
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.