Deprecate all MD-SAL APIs
[controller.git] / opendaylight / md-sal / sal-dom-broker / src / main / java / org / opendaylight / controller / md / sal / dom / broker / impl / PingPongTransaction.java
index 2275a6b2ee2804b441c62c40b09f3a2b8067b9de..1ca312489b454a1f7bb9a84be73b71ec98fb552c 100644 (file)
@@ -21,6 +21,7 @@ import org.opendaylight.mdsal.common.api.CommitInfo;
  * We never leak this class to the user and have it implement the {@link FutureCallback}
  * interface so we have a simple way of propagating the result.
  */
+@Deprecated
 final class PingPongTransaction implements FutureCallback<CommitInfo> {
     private final DOMDataReadWriteTransaction delegate;
     private final SettableFuture<CommitInfo> future;