X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=openflowplugin-impl%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fopenflowplugin%2Fimpl%2Fprotocol%2Fdeserialization%2Fmatch%2FIcmpv4TypeEntryDeserializerTest.java;h=f940f6b5c8484e34932986ffe06a913ed509cdb8;hb=1aee9a9a8d8df9d3207696a98021295ae2e92ad7;hp=5064722756d7fb57f8242cf6702ac0761407b007;hpb=9688b3b10ee4113753705f0080b29cd30e61a85d;p=openflowplugin.git diff --git a/openflowplugin-impl/src/test/java/org/opendaylight/openflowplugin/impl/protocol/deserialization/match/Icmpv4TypeEntryDeserializerTest.java b/openflowplugin-impl/src/test/java/org/opendaylight/openflowplugin/impl/protocol/deserialization/match/Icmpv4TypeEntryDeserializerTest.java index 5064722756..f940f6b5c8 100644 --- a/openflowplugin-impl/src/test/java/org/opendaylight/openflowplugin/impl/protocol/deserialization/match/Icmpv4TypeEntryDeserializerTest.java +++ b/openflowplugin-impl/src/test/java/org/opendaylight/openflowplugin/impl/protocol/deserialization/match/Icmpv4TypeEntryDeserializerTest.java @@ -19,7 +19,7 @@ import org.opendaylight.openflowjava.protocol.api.util.OxmMatchConstants; public class Icmpv4TypeEntryDeserializerTest extends AbstractMatchEntryDeserializerTest { @Test - public void deserializeEntry() throws Exception { + public void deserializeEntry() { final ByteBuf in = UnpooledByteBufAllocator.DEFAULT.buffer(); final short type = 7;