Mark AD-SAL interfaces as deprecated
[controller.git] / opendaylight / adsal / sal / api / src / main / java / org / opendaylight / controller / sal / utils / SingletonTask.java
index 5d363f128544056a3639f661634bab429896c3a9..664beff460d77c84d550f430452080a87cb2787a 100644 (file)
@@ -50,6 +50,7 @@ import org.slf4j.LoggerFactory;
  * new task * If the task has begun, set a bit to restart it after the current
  * task finishes
  */
+@Deprecated
 public class SingletonTask {
     protected static Logger logger = LoggerFactory
             .getLogger(SingletonTask.class);