Eliminate use of deprecated mockito methods
[controller.git] / opendaylight / md-sal / sal-clustering-commons / src / test / java / org / opendaylight / controller / cluster / messaging / AbstractMessagingTest.java
index b0e0c55f18e4428557e029738c10df6dc3b38935..ff1d5f87e1460ca08688a5a7de85dbe42a94a472 100644 (file)
@@ -7,8 +7,8 @@
  */
 package org.opendaylight.controller.cluster.messaging;
 
-import static org.mockito.Matchers.any;
-import static org.mockito.Matchers.anyInt;
+import static org.mockito.ArgumentMatchers.any;
+import static org.mockito.ArgumentMatchers.anyInt;
 import static org.mockito.Mockito.doNothing;
 import static org.mockito.Mockito.doReturn;