Remove trailing whitespace
[openflowjava.git] / openflow-protocol-impl / src / test / java / org / opendaylight / openflowjava / protocol / impl / core / connection / UdpMessageListenerWrapperTest.java
index 0bf7901735e3716c5c967469d08490850d23b4fd..df4c7e980a7543b851c29b81b494c4acba014820 100644 (file)
@@ -22,7 +22,7 @@ import org.opendaylight.openflowjava.protocol.impl.core.connection.UdpMessageLis
 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.OfHeader;
 
 /**
- * 
+ *
  * @author madamjak
  *
  */
@@ -30,7 +30,7 @@ public class UdpMessageListenerWrapperTest {
 
     @Mock GenericFutureListener<Future<Void>> listener;
     @Mock OfHeader msg;
-    
+
     @Before
     public void startUp(){
         MockitoAnnotations.initMocks(this);