Hide CodecContext methods
[mdsal.git] / binding / mdsal-binding-dom-codec / src / main / java / org / opendaylight / mdsal / binding / dom / codec / impl / NotificationCodecContext.java
index 324b01f01863a48e3ffeac72c32740de9ca5587f..9f5bd7ee1a262e970d20715c55a801c2bf03eb05 100644 (file)
@@ -117,11 +117,6 @@ final class NotificationCodecContext<D extends DataObject & BaseNotification>
         return verifyNotNull(ret);
     }
 
-    @Override
-    protected Object deserializeObject(final NormalizedNode normalizedNode) {
-        return deserialize(normalizedNode);
-    }
-
     /**
      * Prototype for a {@code notification}. This class only exists because DataContainerCodecContext requires a
      * prototype.