Remove DataChangeListener protobuff messages 05/33505/3
authorTom Pantelis <tpanteli@brocade.com>
Fri, 22 Jan 2016 23:36:56 +0000 (18:36 -0500)
committerTony Tkacik <ttkacik@cisco.com>
Mon, 1 Feb 2016 16:53:21 +0000 (16:53 +0000)
commit6a5a8670a47f8989998390b6bab6718c1a7857b5
treed99f25719d4bf292cc220697b2953f2b703e9fe5
parent0281535ab08fd795e42df66d25e9a904ff941ad7
Remove DataChangeListener protobuff messages

The DataChangeListener protobuff messages are used to serialize the
corresponding CDS messages but we don't actually send these messages over
the wire so they don't need serialization. So the protobuff messages were
removed. If we do need to serialize these messages in the future we won't
use protobuff.

Change-Id: Ia72f3da2edbc6c1eeebfb022916894e2b1713840
Signed-off-by: Tom Pantelis <tpanteli@brocade.com>
opendaylight/md-sal/sal-clustering-commons/src/main/java/org/opendaylight/controller/protobuff/messages/datachange/notification/DataChangeListenerMessages.java [deleted file]
opendaylight/md-sal/sal-clustering-commons/src/main/resources/DataChangeListener.proto [deleted file]
opendaylight/md-sal/sal-clustering-commons/src/test/java/org/opendaylight/controller/protobuff/messages/datachange/notification/DataChangeListenerMessagesTest.java [deleted file]
opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/messages/DataChangedReply.java