mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-01 03:19:13 +00:00
Removed unused code.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
This commit is contained in:
parent
248779e195
commit
d4feb4f29d
@ -38,7 +38,6 @@ import javax.servlet.http.HttpServletResponse;
|
||||
import org.eclipse.jetty.client.HttpClient;
|
||||
import org.eclipse.jetty.client.api.ContentResponse;
|
||||
import org.eclipse.jetty.client.api.Response;
|
||||
import org.eclipse.jetty.client.api.Result;
|
||||
import org.eclipse.jetty.client.util.BytesContentProvider;
|
||||
import org.eclipse.jetty.client.util.DeferredContentProvider;
|
||||
import org.eclipse.jetty.http.HttpHeader;
|
||||
@ -77,10 +76,6 @@ public class GzipWithSendErrorTest
|
||||
private HttpClient client;
|
||||
private ServerConnector connector;
|
||||
|
||||
private static void onComplete(Result result)
|
||||
{
|
||||
}
|
||||
|
||||
@BeforeEach
|
||||
public void setup() throws Exception
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user