Merge "Bug 6641: Fix ip_address in allowed_address_pairs info"
[neutron.git] / neutron-spi / src / main / java / org / opendaylight / neutron / spi / NeutronSFCPortChain.java
index a5f9bc34dbb4bbcf99f3463342802410a716dbe6..e6eaac3958a3820a4121d392df281b26e75cab66 100644 (file)
@@ -19,7 +19,7 @@ import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
 
 @XmlRootElement
 @XmlAccessorType(XmlAccessType.NONE)
-public class NeutronSFCPortChain extends NeutronObject<NeutronSFCPortChain>
+public final class NeutronSFCPortChain extends NeutronObject<NeutronSFCPortChain>
         implements Serializable, INeutronObject<NeutronSFCPortChain> {
 
     private static final long serialVersionUID = 1L;