BUG-5280: Remove PeristentMessages
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / datastore / modification / Modification.java
index 6fc8183bd8f29b7e0b1e0c13ce34c4a73f9966f6..e9d2fdf2915065e43159d68c05f3d8f65f9bace1 100644 (file)
@@ -48,7 +48,4 @@ public interface Modification extends Externalizable {
     void apply(DataTreeModification transaction);
 
     byte getType();
     void apply(DataTreeModification transaction);
 
     byte getType();
-
-    @Deprecated
-    Object toSerializable();
 }
 }