BUG-5280: implement message queueing
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / datastore / messages / ReadyTransactionReply.java
index 636fa5ac2dfb44e6ad67d1ae7afffd3ac2c9881e..5ddc77f8f624c15f2e75dcebf3adbc693cebfde4 100644 (file)
@@ -46,11 +46,6 @@ public class ReadyTransactionReply extends VersionedExternalizableMessage {
         out.writeUTF(cohortPath);
     }
 
-    @Override
-    public Object toSerializable() {
-        return this;
-    }
-
     public static ReadyTransactionReply fromSerializable(Object serializable) {
         return (ReadyTransactionReply)serializable;
     }