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%2FIpv4ArbitraryBitMaskSourceEntrySerializerTest.java;h=89166907c73c5ebb075928449f966e2cecee731c;hb=3a44a80f20e2ad3b9683a8ef2c459f96a86c53fb;hp=7168aa4bb85ce2eacb1e119f21d29fa7eccd5b7e;hpb=1cae498c81f84215a0e610c16c4a0b1f93528da8;p=openflowplugin.git diff --git a/openflowplugin-impl/src/test/java/org/opendaylight/openflowplugin/impl/protocol/serialization/match/Ipv4ArbitraryBitMaskSourceEntrySerializerTest.java b/openflowplugin-impl/src/test/java/org/opendaylight/openflowplugin/impl/protocol/serialization/match/Ipv4ArbitraryBitMaskSourceEntrySerializerTest.java index 7168aa4bb8..89166907c7 100644 --- a/openflowplugin-impl/src/test/java/org/opendaylight/openflowplugin/impl/protocol/serialization/match/Ipv4ArbitraryBitMaskSourceEntrySerializerTest.java +++ b/openflowplugin-impl/src/test/java/org/opendaylight/openflowplugin/impl/protocol/serialization/match/Ipv4ArbitraryBitMaskSourceEntrySerializerTest.java @@ -22,7 +22,7 @@ import org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026 public class Ipv4ArbitraryBitMaskSourceEntrySerializerTest extends AbstractMatchEntrySerializerTest { @Test - public void testSerialize() throws Exception { + public void testSerialize() { final Ipv4Address ipv4Address = new Ipv4Address("192.168.10.0"); final DottedQuad ipv4mask = new DottedQuad("255.255.255.0");