X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-distributed-datastore%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fcluster%2Fdatastore%2Fmessages%2FCloseDataTreeNotificationListenerRegistrationReply.java;h=0bc5254c1459a47dc19bb2e505738558168d5e69;hb=6bff404a8efbc235b1ddcfba6643cb2e855eb6aa;hp=1a6a485b5f6359f0aa290b81a21229267b9f05b6;hpb=ec870dee9bacb971f11bc747b69e84ac37f5d746;p=controller.git diff --git a/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/messages/CloseDataTreeNotificationListenerRegistrationReply.java b/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/messages/CloseDataTreeNotificationListenerRegistrationReply.java index 1a6a485b5f..0bc5254c14 100644 --- a/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/messages/CloseDataTreeNotificationListenerRegistrationReply.java +++ b/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/messages/CloseDataTreeNotificationListenerRegistrationReply.java @@ -7,7 +7,6 @@ */ package org.opendaylight.controller.cluster.datastore.messages; -import java.io.ObjectStreamException; import java.io.Serializable; public final class CloseDataTreeNotificationListenerRegistrationReply implements Serializable { @@ -23,7 +22,7 @@ public final class CloseDataTreeNotificationListenerRegistrationReply implements return INSTANCE; } - private Object readResolve() throws ObjectStreamException { + private Object readResolve() { return INSTANCE; } }