X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-distributed-datastore%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fcluster%2Fsharding%2Fmessages%2FNotifyProducerRemoved.java;h=b93bbc6eba0275c8c3c084117f85374856eb68c4;hp=18af2c79cdb5a702115f62b03367e480f548fb5f;hb=da174be7e22b16d4ac80cccefdc52b209b700745;hpb=3859df9beca8f13f1ff2b2744ed3470a1715bec3 diff --git a/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/sharding/messages/NotifyProducerRemoved.java b/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/sharding/messages/NotifyProducerRemoved.java index 18af2c79cd..b93bbc6eba 100644 --- a/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/sharding/messages/NotifyProducerRemoved.java +++ b/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/sharding/messages/NotifyProducerRemoved.java @@ -20,6 +20,7 @@ import org.opendaylight.mdsal.dom.api.DOMDataTreeIdentifier; * with success/failure based on the attempt result. If the producer doesn't exist on this node report Success. */ @Beta +@Deprecated(forRemoval = true) public class NotifyProducerRemoved implements Serializable { private static final long serialVersionUID = 1L; private final Collection subtrees;