Remove trailing whitespace
[openflowjava.git] / openflow-protocol-impl / src / test / java / org / opendaylight / openflowjava / protocol / impl / serialization / factories / GetQueueConfigInputMessageFactoryTest.java
index f1da495aaee46d495570769340a7b076df58af57..0d94cf6b73e5fb0ac82fdaa6f594b21b0a6273c3 100644 (file)
@@ -46,7 +46,7 @@ public class GetQueueConfigInputMessageFactoryTest {
 
     /**
      * Testing of {@link GetQueueConfigInputMessageFactory} for correct translation from POJO
-     * @throws Exception 
+     * @throws Exception
      */
     @Test
     public void testGetQueueConfigInputMessage() throws Exception {
@@ -54,7 +54,7 @@ public class GetQueueConfigInputMessageFactoryTest {
         BufferHelper.setupHeader(builder, EncodeConstants.OF13_VERSION_ID);
         builder.setPort(new PortNumber(0x00010203L));
         GetQueueConfigInput message = builder.build();
-        
+
         ByteBuf out = UnpooledByteBufAllocator.DEFAULT.buffer();
         getQueueFactory.serialize(message, out);