cleanup import in HttpConnection

This commit is contained in:
Thomas Becker 2013-08-30 16:08:04 +02:00
parent 8ba45188db
commit 566065dd34
1 changed files with 0 additions and 2 deletions

View File

@ -18,9 +18,7 @@
package org.eclipse.jetty.server;
import java.io.IOException;
import java.nio.ByteBuffer;
import java.nio.channels.ClosedChannelException;
import java.util.concurrent.RejectedExecutionException;
import org.eclipse.jetty.http.HttpGenerator;