X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-binding-broker%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fmd%2Fsal%2Fbinding%2Fimpl%2Ftest%2FForwardedNotificationAdapterTest.java;h=cd67d5a4701440fc00e38b0bc0d61d07827e77f9;hp=7eef5db4503a0c06c8719f33aac0c0f5843a4361;hb=3ec97cd0a86ad1b79f6854dc6924eb7b06e359a3;hpb=97f90cb2c7865665e6f152bec1f82f4ad784b389 diff --git a/opendaylight/md-sal/sal-binding-broker/src/test/java/org/opendaylight/controller/md/sal/binding/impl/test/ForwardedNotificationAdapterTest.java b/opendaylight/md-sal/sal-binding-broker/src/test/java/org/opendaylight/controller/md/sal/binding/impl/test/ForwardedNotificationAdapterTest.java index 7eef5db450..cd67d5a470 100644 --- a/opendaylight/md-sal/sal-binding-broker/src/test/java/org/opendaylight/controller/md/sal/binding/impl/test/ForwardedNotificationAdapterTest.java +++ b/opendaylight/md-sal/sal-binding-broker/src/test/java/org/opendaylight/controller/md/sal/binding/impl/test/ForwardedNotificationAdapterTest.java @@ -35,6 +35,7 @@ import org.opendaylight.yangtools.yang.binding.YangModuleInfo; import org.slf4j.Logger; import org.slf4j.LoggerFactory; +@Deprecated public class ForwardedNotificationAdapterTest extends AbstractNotificationBrokerTest { private static final Logger LOG = LoggerFactory.getLogger(ForwardedNotificationAdapterTest.class);