removed obsolete ref to MiniHttpRequestHandlerBase, changed to MiniHttpRequestHandler

This commit is contained in:
aum
2005-04-18 18:04:12 +00:00
committed by zzz
parent d1df94f284
commit 42bff8093c

View File

@ -7,7 +7,7 @@ package net.i2p.aum.test;
import java.util.*;
import net.i2p.aum.http.*;
public class HttpServerTest extends MiniHttpRequestHandlerBase {
public class HttpServerTest extends MiniHttpRequestHandler {
public HttpServerTest(Object socket) throws Exception {
super(socket);