Remove trailing whitespace
[openflowjava.git] / openflow-protocol-impl / src / test / java / org / opendaylight / openflowjava / protocol / impl / core / DelegatingInboundHandlerTest.java
index 5e365b8633f09ae16d09885a89ca70138ad0ae5f..27aac9ce0ac00e6746f50c2ba77b032c8c8aac7b 100644 (file)
@@ -41,7 +41,7 @@ public class DelegatingInboundHandlerTest {
     }
 
     /**
-     * 
+     *
      */
     @Test
     public void testChannelReadSuccess()   {
@@ -51,7 +51,7 @@ public class DelegatingInboundHandlerTest {
         verify( mockMsgConsumer, times(1)).consume(mockDataObject);
     }
     /**
-     * 
+     *
      */
     @Test
     public void testChannelInactive()   {