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%2FAbstractExperimenterMatchEntrySerializerTest.java;h=71bcddef1c32ce3a3726c3d79726f3953ded3736;hb=ac1e6e9fa1bc7ee8758b6fdf711c48bd8e86258f;hp=21efbee0a5bc19f63e5969305f32043143b38acf;hpb=8090d2d5efd7c31d47bd90600c6ab1a74cd52da5;p=openflowplugin.git diff --git a/openflowplugin-impl/src/test/java/org/opendaylight/openflowplugin/impl/protocol/serialization/match/AbstractExperimenterMatchEntrySerializerTest.java b/openflowplugin-impl/src/test/java/org/opendaylight/openflowplugin/impl/protocol/serialization/match/AbstractExperimenterMatchEntrySerializerTest.java index 21efbee0a5..71bcddef1c 100644 --- a/openflowplugin-impl/src/test/java/org/opendaylight/openflowplugin/impl/protocol/serialization/match/AbstractExperimenterMatchEntrySerializerTest.java +++ b/openflowplugin-impl/src/test/java/org/opendaylight/openflowplugin/impl/protocol/serialization/match/AbstractExperimenterMatchEntrySerializerTest.java @@ -18,7 +18,9 @@ import org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026 public abstract class AbstractExperimenterMatchEntrySerializerTest extends AbstractMatchEntrySerializerTest { - protected void assertMatch(final Match match, final boolean hasMask, final Consumer assertBody) throws Exception { + protected void assertMatch(final Match match, + final boolean hasMask, + final Consumer assertBody) throws Exception { final ByteBuf buffer = UnpooledByteBufAllocator.DEFAULT.buffer(); getSerializer().serialize(match, buffer);