Fix imports

This commit is contained in:
Gary Russell
2010-06-14 02:51:05 +00:00
parent d8d469d11e
commit ceb4036b38

View File

@@ -20,13 +20,11 @@ import static org.junit.Assert.fail;
import java.net.ServerSocket;
import java.net.Socket;
import java.util.concurrent.CountDownLatch;
import java.util.concurrent.Semaphore;
import java.util.concurrent.TimeUnit;
import javax.net.ServerSocketFactory;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;