Remove trailing whitespace
[openflowjava.git] / openflow-protocol-impl / src / test / java / org / opendaylight / openflowjava / protocol / impl / core / connection / ConnectionAdapterFactoryImplTest.java
index cf5796e74f98ea5d9c47acefa1781112f3106120..a7e9904efdf42127d1c7e71f92fec919d0b03994 100644 (file)
@@ -21,14 +21,14 @@ import org.junit.Assert;
 import org.junit.Before;
 import org.junit.Test;
 /**
- * 
+ *
  * @author madamjak
  *
  */
 public class ConnectionAdapterFactoryImplTest {
 
     @Mock ChannelPipeline channnelPipe;
-    @Mock Channel channel; 
+    @Mock Channel channel;
     @Mock InetSocketAddress address;
 
     @Before