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 549a27475978aca4278fa45922bbd5a93e1fe7f9..0e21b578ca91f59cc814f62f7c1ffb7d02e0c028 100644 (file)
@@ -13,10 +13,4 @@ public class CloseTransactionReply extends VersionedExternalizableMessage {
 
     public CloseTransactionReply() {
     }
 
     public CloseTransactionReply() {
     }
-
-    @Override
-    protected Object newLegacySerializedInstance() {
-        // no legacy serialized type for this class; return self
-        return this;
-    }
 }
 }