Remove trailing whitespace
[openflowjava.git] / openflow-protocol-impl / src / test / java / org / opendaylight / openflowjava / protocol / impl / serialization / factories / SetAsyncInputMessageFactoryTest.java
index c9ed91e34eec477abf50c48e0844dc3936d5dc5e..d31a117ad8079d9b8bd024cba0d443696ba72b05 100644 (file)
@@ -56,7 +56,7 @@ public class SetAsyncInputMessageFactoryTest {
     }
 
     /**
-     * @throws Exception 
+     * @throws Exception
      * Testing of {@link SetAsyncInputMessageFactory} for correct translation from POJO
      */
     @Test
@@ -78,7 +78,7 @@ public class SetAsyncInputMessageFactoryTest {
         Assert.assertEquals("Wrong portStatusMask", 0, out.readUnsignedInt());
         Assert.assertEquals("Wrong flowRemovedMask", 15, out.readUnsignedInt());
         Assert.assertEquals("Wrong flowRemovedMask", 0, out.readUnsignedInt());
-        
+
     }
 
     private static List<PacketInMask> createPacketInMask() {
@@ -140,7 +140,7 @@ public class SetAsyncInputMessageFactoryTest {
     }
 
     /**
-     * @throws Exception 
+     * @throws Exception
      * Testing of {@link SetAsyncInputMessageFactory} for correct translation from POJO
      */
     @Test