Remove trailing whitespace
[openflowjava.git] / openflow-protocol-impl / src / test / java / org / opendaylight / openflowjava / protocol / impl / serialization / factories / EchoReplyInputMessageFactoryTest.java
index 64a5f0785d56467821641ae5d57515e7711d7bc5..be4130a0685cffaa4429ca31a5a76212332ac8ee 100644 (file)
@@ -45,7 +45,7 @@ public class EchoReplyInputMessageFactoryTest {
 
     /**
      * Testing of {@link EchoReplyInputMessageFactory} for correct translation from POJO
-     * @throws Exception 
+     * @throws Exception
      */
     @Test
     public void testV13() throws Exception {
@@ -56,10 +56,10 @@ public class EchoReplyInputMessageFactoryTest {
         echoFactory.serialize(eri, out);
         BufferHelper.checkHeaderV13(out, ECHO_REPLY_MESSAGE_CODE_TYPE, 8);
     }
-    
+
     /**
      * Testing of {@link EchoReplyInputMessageFactory} for correct translation from POJO
-     * @throws Exception 
+     * @throws Exception
      */
     @Test
     public void testV10() throws Exception {