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