X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=openflowplugin-impl%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fopenflowplugin%2Fimpl%2Fprotocol%2Fserialization%2Fmatch%2FArpSourceHardwareAddressEntrySerializerTest.java;h=58510aa7f67b62a1130da5ffe57a9a41af985273;hb=1aee9a9a8d8df9d3207696a98021295ae2e92ad7;hp=89f6cce17f29117c23d241e05da0ec47a6951802;hpb=d7d3bc5587b714f788b9a533e29eae64a3a4c6d8;p=openflowplugin.git diff --git a/openflowplugin-impl/src/test/java/org/opendaylight/openflowplugin/impl/protocol/serialization/match/ArpSourceHardwareAddressEntrySerializerTest.java b/openflowplugin-impl/src/test/java/org/opendaylight/openflowplugin/impl/protocol/serialization/match/ArpSourceHardwareAddressEntrySerializerTest.java index 89f6cce17f..58510aa7f6 100644 --- a/openflowplugin-impl/src/test/java/org/opendaylight/openflowplugin/impl/protocol/serialization/match/ArpSourceHardwareAddressEntrySerializerTest.java +++ b/openflowplugin-impl/src/test/java/org/opendaylight/openflowplugin/impl/protocol/serialization/match/ArpSourceHardwareAddressEntrySerializerTest.java @@ -23,7 +23,7 @@ import org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026 public class ArpSourceHardwareAddressEntrySerializerTest extends AbstractMatchEntrySerializerTest { @Test - public void testSerialize() throws Exception { + public void testSerialize() { final MacAddress address = new MacAddress("00:01:02:03:04:05"); final MacAddress mask = new MacAddress("00:00:00:00:00:00");