Merge "Migrate netconf to mockito ArgumentMatchers"
[netconf.git] / restconf / restconf-nb-bierman02 / src / test / java / org / opendaylight / controller / sal / restconf / impl / test / RestPutOperationTest.java
index 45d3920c6bd5ccce9ac28e404a80a301ca6a4578..e45ce43d1f13cee4eb0943e84010770664e8359c 100644 (file)
@@ -8,7 +8,7 @@
 package org.opendaylight.controller.sal.restconf.impl.test;
 
 import static org.junit.Assert.assertEquals;
-import static org.mockito.Matchers.any;
+import static org.mockito.ArgumentMatchers.any;
 import static org.mockito.Mockito.doReturn;
 import static org.mockito.Mockito.doThrow;
 import static org.mockito.Mockito.mock;