Optional fields - reverted
[openflowjava.git] / openflow-protocol-impl / src / main / java / org / opendaylight / openflowjava / protocol / impl / serialization / factories / FlowModInputMessageFactory.java
index 4793c286bf0556ba9dc4d1c04aadac5c02c1f8b8..511f1622a31d7e490de7916b88533c95d1923c57 100644 (file)
@@ -55,7 +55,6 @@ public class FlowModInputMessageFactory implements OFSerializer<FlowModInput> {
         ByteBufUtils.padBuffer(PADDING_IN_FLOW_MOD_MESSAGE, out);\r
         MatchSerializer.encodeMatch(message.getMatch(), out);\r
         InstructionsSerializer.encodeInstructions(message.getInstructions(), out);\r
-        \r
     }\r
 \r
     @Override\r