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 / BatchedModificationsReply.java
index 3f179cf0019ac825781032588d678499e8b27061..070b143cda8ff70d9350b6d6a73e6ad525b8d483 100644 (file)
@@ -44,12 +44,6 @@ public class BatchedModificationsReply extends VersionedExternalizableMessage {
         out.writeInt(numBatched);
     }
 
-    @Override
-    protected Object newLegacySerializedInstance() {
-        // no legacy serialized type for this class; return self
-        return this;
-    }
-
     @Override
     public String toString() {
         StringBuilder builder = new StringBuilder();