Deprecate old MD-SAL APIs for removal
[controller.git] / opendaylight / md-sal / sal-dom-broker / src / main / java / org / opendaylight / controller / md / sal / dom / broker / impl / CommitCoordinationTask.java
index fec0a7687fb01cc94a9f2c519a59aaaa994bbede..bd16b5dbc98e314cbf775580627ecfab7b2eb830 100644 (file)
@@ -27,7 +27,7 @@ import org.slf4j.LoggerFactory;
  * Implementation of blocking three-phase commit-coordination tasks without
  * support of cancellation.
  */
-@Deprecated
+@Deprecated(forRemoval = true)
 final class CommitCoordinationTask<T> implements Callable<T> {
     private enum Phase {
         canCommit,