BUG-5280: remove support for talking to pre-Boron clients
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / datastore / messages / CloseTransactionReply.java
index 3e32233959c8c6df3a36c96e0e3da2cc3c72cf25..0e21b578ca91f59cc814f62f7c1ffb7d02e0c028 100644 (file)
@@ -13,9 +13,4 @@ public class CloseTransactionReply extends VersionedExternalizableMessage {
 
     public CloseTransactionReply() {
     }
-
-    @Override
-    public Object toSerializable() {
-        return this;
-    }
 }