X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=openflowjava%2Fopenflow-protocol-impl%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fopenflowjava%2Fprotocol%2Fimpl%2Fcore%2FOFEncoderStatisticsTest.java;h=29b1e27f97b333684e6748515efcaf9d599ef0c6;hb=b4f4b4b702e2ccd8a7c62fd2a5c184c5b1cbe665;hp=d13274b5c7fb9e50690eb8341ab45d2d79e0a9fe;hpb=2373479fdc5a59f1399e50f5de1dc321d429d76b;p=openflowplugin.git diff --git a/openflowjava/openflow-protocol-impl/src/test/java/org/opendaylight/openflowjava/protocol/impl/core/OFEncoderStatisticsTest.java b/openflowjava/openflow-protocol-impl/src/test/java/org/opendaylight/openflowjava/protocol/impl/core/OFEncoderStatisticsTest.java index d13274b5c7..29b1e27f97 100644 --- a/openflowjava/openflow-protocol-impl/src/test/java/org/opendaylight/openflowjava/protocol/impl/core/OFEncoderStatisticsTest.java +++ b/openflowjava/openflow-protocol-impl/src/test/java/org/opendaylight/openflowjava/protocol/impl/core/OFEncoderStatisticsTest.java @@ -7,8 +7,8 @@ */ package org.opendaylight.openflowjava.protocol.impl.core; -import static org.mockito.Matchers.any; -import static org.mockito.Matchers.anyShort; +import static org.mockito.ArgumentMatchers.any; +import static org.mockito.ArgumentMatchers.anyShort; import static org.mockito.Mockito.doThrow; import static org.mockito.Mockito.when;