Bump versions to 4.0.0-SNAPSHOT
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / sharding / messages / PrefixShardRemoved.java
index 5f840711b3f2d10f6eaa13c983527f6dffd6ad4a..5187bae51a1ba1c9ebf51e5648e9da24806eaf3c 100644 (file)
@@ -14,10 +14,12 @@ import org.opendaylight.controller.cluster.sharding.ShardedDataTreeActor;
 import org.opendaylight.mdsal.dom.api.DOMDataTreeIdentifier;
 
 /**
- * Message sent to remote {@link ShardedDataTreeActor}'s when there is an
- * attempt to remove a shard from the sharding service.
+ * Message sent to remote {@link ShardedDataTreeActor}'s when there is an attempt to remove the shard,
+ * the ShardedDataTreeActor should remove the shard from the current configuration so that the change is picked up
+ * in the backend ShardManager.
  */
 @Beta
+@Deprecated(forRemoval = true)
 public class PrefixShardRemoved implements Serializable {
     private static final long serialVersionUID = 1L;