Fix checkstyle warnings for impl/protocol test package
[openflowplugin.git] / openflowplugin-impl / src / test / java / org / opendaylight / openflowplugin / impl / protocol / serialization / match / AbstractExperimenterMatchEntrySerializerTest.java
index 21efbee0a5bc19f63e5969305f32043143b38acf..71bcddef1c32ce3a3726c3d79726f3953ded3736 100644 (file)
@@ -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<ByteBuf> assertBody) throws Exception {
+    protected void assertMatch(final Match match,
+                               final boolean hasMask,
+                               final Consumer<ByteBuf> assertBody) throws Exception {
         final ByteBuf buffer = UnpooledByteBufAllocator.DEFAULT.buffer();
         getSerializer().serialize(match, buffer);