Deprecate DOMDataTreeProducer-related classes
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / sharding / LookupTask.java
index ad4215c965deaf483b47145a7d1667c6599460ad..244833da005333270e51c1d1bfef3a65cb8e9b76 100644 (file)
@@ -17,6 +17,7 @@ import org.eclipse.jdt.annotation.Nullable;
  * Base class for lookup tasks. Lookup tasks are supposed to run repeatedly until successful lookup or maximum retries
  * are hit. This class is NOT thread-safe.
  */
+@Deprecated(forRemoval = true)
 abstract class LookupTask implements Runnable {
     private final int maxRetries;
     private final ActorRef replyTo;