Remove trailing whitespace
[openflowjava.git] / openflow-protocol-impl / src / test / java / org / opendaylight / openflowjava / protocol / impl / core / connection / ChannelOutboundQueue02Test.java
index 3719d3dc254605565718afdc926d7b6097ac159d..ccc24e5547640c43cfc5a36e0264b75cef9a59e9 100644 (file)
@@ -16,9 +16,8 @@ import io.netty.channel.embedded.EmbeddedChannel;
 import java.net.InetSocketAddress;
 import java.util.concurrent.TimeUnit;
 
-import junit.framework.Assert;
-
 import org.junit.After;
+import org.junit.Assert;
 import org.junit.Before;
 import org.junit.Test;
 import org.mockito.Mock;
@@ -142,7 +141,7 @@ public class ChannelOutboundQueue02Test {
     }
 
     /**
-     * Class for testing - channel can change state to read only or writable 
+     * Class for testing - channel can change state to read only or writable
      * @author madamjak
      *
      */