X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=netconf%2Fnetconf-client%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fnetconf%2Fclient%2FTlsClientChannelInitializerTest.java;h=da238bf90ddbf3d10cf875ccaa29e56ff0154226;hb=be9e646f67e160652f89d78c7dd2377fc36c7d1d;hp=03ef147e7b8a92d4f23fd4ee7cda63baeee3d211;hpb=376150894b137d05800ef3ef924d58336362d0e3;p=netconf.git diff --git a/netconf/netconf-client/src/test/java/org/opendaylight/netconf/client/TlsClientChannelInitializerTest.java b/netconf/netconf-client/src/test/java/org/opendaylight/netconf/client/TlsClientChannelInitializerTest.java index 03ef147e7b..da238bf90d 100644 --- a/netconf/netconf-client/src/test/java/org/opendaylight/netconf/client/TlsClientChannelInitializerTest.java +++ b/netconf/netconf-client/src/test/java/org/opendaylight/netconf/client/TlsClientChannelInitializerTest.java @@ -7,8 +7,8 @@ */ package org.opendaylight.netconf.client; -import static org.mockito.Matchers.any; -import static org.mockito.Matchers.anyString; +import static org.mockito.ArgumentMatchers.any; +import static org.mockito.ArgumentMatchers.anyString; import static org.mockito.Mockito.doReturn; import static org.mockito.Mockito.mock; import static org.mockito.Mockito.times;