Deprecate MappingCheckedFuture
[mdsal.git] / common / mdsal-common-api / src / test / java / org / opendaylight / mdsal / common / api / MappingCheckedFutureTest.java
index af5e8fba5405ae61126b0322c2fd7b51a27555ec..ae3b39a95fd154b3d287ae03ba0ab5f146fda035 100644 (file)
@@ -5,7 +5,6 @@
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
-
 package org.opendaylight.mdsal.common.api;
 
 import static org.junit.Assert.assertEquals;
@@ -29,7 +28,9 @@ import org.opendaylight.yangtools.util.concurrent.ExceptionMapper;
  * Unit tests for MappingCheckedFuture.
  *
  * @author Thomas Pantelis
+ *
  */
+@Deprecated
 public class MappingCheckedFutureTest {
 
     interface FutureInvoker {