Bug 7449: Move Dispatchers to sal-clustering-commons
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / test / java / org / opendaylight / controller / cluster / datastore / utils / DispatchersTest.java
index 8b41fede8a7232aa966d58981de139950fe5cedb..b850e2e65e552b6df6883b5441bcf347318fb750 100644 (file)
@@ -15,6 +15,7 @@ import static org.mockito.Mockito.mock;
 
 import akka.dispatch.MessageDispatcher;
 import org.junit.Test;
+import org.opendaylight.controller.cluster.common.actor.Dispatchers;
 
 public class DispatchersTest {