Updating the commons parent pom to 1.4.1-SNAPSHOT and checkstyle fixes
[netvirt.git] / ovsdb / src / test / java / org / opendaylight / ovsdb / lib / jsonrpc / TestClient.java
index bcd8b90c7991f9a00496304d1b41cea44d01239a..5647a26cb3d2413d8d2c39b9a2d987662483c21e 100644 (file)
@@ -12,14 +12,10 @@ package org.opendaylight.ovsdb.lib.jsonrpc;
 import io.netty.handler.logging.LogLevel;
 import io.netty.handler.logging.LoggingHandler;
 import junit.framework.TestCase;
-
-import org.codehaus.jackson.map.ObjectMapper;
-import org.junit.After;
-import org.junit.Before;
 import org.junit.Test;
-import org.opendaylight.ovsdb.lib.jsonrpc.JsonRpcDecoder;
 
-import java.io.*;
+import java.io.OutputStream;
+import java.io.IOException;
 import java.net.Socket;
 
 public class TestClient extends TestCase {