L2gateway: Added yang, APIs,Transcriber for L2gateway.
[neutron.git] / neutron-spi / src / main / java / org / opendaylight / neutron / spi / NeutronFloatingIP.java
index aee137434ba7f58d7379ec3b06fc8c9817e10ce6..cf03a40e672cc349c109ae4d95ca5d214099755c 100644 (file)
@@ -171,7 +171,4 @@ public class NeutronFloatingIP extends NeutronObject implements Serializable, IN
             ", fipStatus='" + status + '\'' +
             '}';
     }
-
-    public void initDefaults() {
-    }
 }