X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-clustering-commons%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fcluster%2Fcommon%2Factor%2FMeteredBoundedMailboxTest.java;h=673b4b1876f0eeb2ec718634793bb0cfba1674bb;hb=refs%2Fchanges%2F02%2F65902%2F12;hp=9c909e519a503e33b661ab744c37188e55f45b3c;hpb=78622608d4c83bfc2e755c63b8b326e746ec500c;p=controller.git diff --git a/opendaylight/md-sal/sal-clustering-commons/src/test/java/org/opendaylight/controller/cluster/common/actor/MeteredBoundedMailboxTest.java b/opendaylight/md-sal/sal-clustering-commons/src/test/java/org/opendaylight/controller/cluster/common/actor/MeteredBoundedMailboxTest.java index 9c909e519a..673b4b1876 100644 --- a/opendaylight/md-sal/sal-clustering-commons/src/test/java/org/opendaylight/controller/cluster/common/actor/MeteredBoundedMailboxTest.java +++ b/opendaylight/md-sal/sal-clustering-commons/src/test/java/org/opendaylight/controller/cluster/common/actor/MeteredBoundedMailboxTest.java @@ -11,7 +11,7 @@ import akka.actor.ActorRef; import akka.actor.ActorSystem; import akka.actor.DeadLetter; import akka.actor.Props; -import akka.actor.UntypedActor; +import akka.actor.UntypedAbstractActor; import akka.testkit.TestKit; import com.typesafe.config.ConfigFactory; import java.util.concurrent.TimeUnit; @@ -73,7 +73,7 @@ public class MeteredBoundedMailboxTest { /** * For testing. */ - public static class PingPongActor extends UntypedActor { + public static class PingPongActor extends UntypedAbstractActor { ReentrantLock lock;