Bump upstreams for Silicon
[neutron.git] / neutron-spi / src / main / java / org / opendaylight / neutron / spi / INeutronSFCPortChainCRUD.java
index 6b2ac8722b39d3447e521969b6a1609987ae4924..7f70dd2187d6567050dba32ee0804c3a7d3e24c8 100644 (file)
@@ -8,8 +8,7 @@
 package org.opendaylight.neutron.spi;
 
 /**
- * This interface defines the methods for CRUD of NB SFC Port Chain objects
- *
+ * This interface defines the methods for CRUD of NB SFC Port Chain objects.
  */
 public interface INeutronSFCPortChainCRUD extends INeutronCRUD<NeutronSFCPortChain> {
     // Nothing Here.