X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-binding-broker%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fmd%2Fsal%2Fbinding%2Fimpl%2Ftest%2FListInsertionDataChangeListenerTest.java;h=e4284f6447e7a5fb8d5956c7cb203f31cb484866;hb=refs%2Fchanges%2F63%2F82863%2F1;hp=143cb8e1cbb52bb9e4c58acda8e4fc673e820795;hpb=97f90cb2c7865665e6f152bec1f82f4ad784b389;p=controller.git diff --git a/opendaylight/md-sal/sal-binding-broker/src/test/java/org/opendaylight/controller/md/sal/binding/impl/test/ListInsertionDataChangeListenerTest.java b/opendaylight/md-sal/sal-binding-broker/src/test/java/org/opendaylight/controller/md/sal/binding/impl/test/ListInsertionDataChangeListenerTest.java index 143cb8e1cb..e4284f6447 100644 --- a/opendaylight/md-sal/sal-binding-broker/src/test/java/org/opendaylight/controller/md/sal/binding/impl/test/ListInsertionDataChangeListenerTest.java +++ b/opendaylight/md-sal/sal-binding-broker/src/test/java/org/opendaylight/controller/md/sal/binding/impl/test/ListInsertionDataChangeListenerTest.java @@ -37,6 +37,7 @@ import org.opendaylight.yangtools.yang.binding.YangModuleInfo; * which were described in * https://lists.opendaylight.org/pipermail/controller-dev/2014-July/005541.html. */ +@Deprecated public class ListInsertionDataChangeListenerTest extends AbstractDataTreeChangeListenerTest { private static final InstanceIdentifier TOP = InstanceIdentifier.create(Top.class); @@ -160,7 +161,7 @@ public class ListInsertionDataChangeListenerTest extends AbstractDataTreeChangeL barListener.verify(); } - private Function, Boolean> topSubtreeModified(final TopLevelList topFoo, + private static Function, Boolean> topSubtreeModified(final TopLevelList topFoo, final TopLevelList topBar) { return match(ModificationType.SUBTREE_MODIFIED, TOP, (Function) dataBefore -> Objects.equals(top(topFoo), dataBefore),