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