Deprecate DOMDataTreeProducer-related classes
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / sharding / messages / StartConfigShardLookup.java
index 22e5dbf98f34b155072f0e9b4c7667bde095d073..7ba9648d1526fc52254f76cb708b511550d64ff7 100644 (file)
@@ -14,9 +14,10 @@ import org.opendaylight.mdsal.common.api.LogicalDatastoreType;
  * Message that should be sent to ShardedDataTreeActor when the lookup of the prefix config shard should begin.
  * Replied to with Succes once the shard has a leader.
  */
+@Deprecated(forRemoval = true)
 public class StartConfigShardLookup {
 
-    private LogicalDatastoreType type;
+    private final LogicalDatastoreType type;
 
     public StartConfigShardLookup(final LogicalDatastoreType type) {
         this.type = type;