Move JournalWriter.getLastIndex()
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / datastore / messages / CloseTransactionReply.java
index 4910a3ea0e57316075fd1dd65cae3b831eb732f9..a746580516e76f12fb91f6cb57291f6f135332f5 100644 (file)
@@ -5,8 +5,12 @@
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
-
 package org.opendaylight.controller.cluster.datastore.messages;
 
-public class CloseTransactionReply {
+@Deprecated(since = "9.0.0", forRemoval = true)
+public class CloseTransactionReply extends VersionedExternalizableMessage {
+    private static final long serialVersionUID = 1L;
+
+    public CloseTransactionReply() {
+    }
 }