Deprecate messagebus-netconf
[netconf.git] / netconf / messagebus-netconf / src / test / java / org / opendaylight / netconf / messagebus / eventsources / netconf / NetconfEventSourceManagerTest.java
index f61ea9baaa6e44df43f181fc4eacaa28c5c7771e..df38c0904dc065b32cb6e73ef2000402c54938c2 100644 (file)
@@ -46,8 +46,8 @@ import org.opendaylight.yangtools.util.concurrent.FluentFutures;
 import org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier;
 import org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode;
 
+@Deprecated(forRemoval = true)
 public class NetconfEventSourceManagerTest extends AbstractCodecTest {
-
     private NetconfEventSourceManager netconfEventSourceManager;
     private ListenerRegistration<?> listenerRegistrationMock;
     private DOMMountPointService domMountPointServiceMock;