Fix checkstyle warnings for impl/protocol test package
[openflowplugin.git] / openflowplugin-impl / src / test / java / org / opendaylight / openflowplugin / impl / protocol / deserialization / action / AbstractActionDeserializerTest.java
index 216fd04e1ce3bd5e032528d3fd7a51135c6e5608..fffe678e77c6036a170ea7bf0ec3a6146482a431 100644 (file)
@@ -9,7 +9,6 @@
 package org.opendaylight.openflowplugin.impl.protocol.deserialization.action;
 
 import io.netty.buffer.ByteBuf;
-
 import org.opendaylight.openflowjava.protocol.api.extensibility.OFDeserializer;
 import org.opendaylight.openflowjava.protocol.api.util.EncodeConstants;
 import org.opendaylight.openflowplugin.api.openflow.protocol.deserialization.MessageCodeExperimenterKey;
@@ -36,6 +35,7 @@ public abstract class AbstractActionDeserializerTest extends AbstractDeserialize
     }
 
     protected abstract short getType();
+
     protected abstract short getLength();
 
 }