NormalizedNode serialization using protocol buffer
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / datastore / messages / CreateTransactionReply.java
index 46b7194c84c1f13b9503623d43ad1e2aef7a50aa..81fd6eeabf49e62e2ad5f53ee4dadd8dc4bc4068 100644 (file)
@@ -10,6 +10,13 @@ package org.opendaylight.controller.cluster.datastore.messages;
 
 import akka.actor.ActorPath;
 
+/**
+ * This is being deprecated to use sal-protocolbuff-encoding ShardTransactionMessages.CreateTransactionReply
+ * This classes will be removed once complete integration of distribute datastore with
+ * sal-protocolbuff-encoding is done.
+ */
+
+@Deprecated
 public class CreateTransactionReply {
     private final ActorPath transactionPath;
     private final String transactionId;