Remove explicit default super-constructor calls
[controller.git] / opendaylight / md-sal / sal-binding-broker / src / main / java / org / opendaylight / controller / md / sal / binding / impl / LazySerializedDOMNotification.java
index 8eba75ad7e753342e1610eea8446d0aba9a3d7d7..ffab566e68e03c8dda5cbddcb418accbc47a7476 100644 (file)
@@ -30,7 +30,6 @@ public final class LazySerializedDOMNotification implements DOMNotification {
     private ContainerNode domBody;
 
     private LazySerializedDOMNotification(final BindingNormalizedNodeSerializer codec, final Notification data, final SchemaPath type) {
-        super();
         this.codec = codec;
         this.data = data;
         this.type = type;