removed obsolete ref to MiniHttpRequestHandlerBase, changed to MiniHttpRequestHandler
This commit is contained in:
@ -7,7 +7,7 @@ package net.i2p.aum.test;
|
|||||||
import java.util.*;
|
import java.util.*;
|
||||||
import net.i2p.aum.http.*;
|
import net.i2p.aum.http.*;
|
||||||
|
|
||||||
public class HttpServerTest extends MiniHttpRequestHandlerBase {
|
public class HttpServerTest extends MiniHttpRequestHandler {
|
||||||
|
|
||||||
public HttpServerTest(Object socket) throws Exception {
|
public HttpServerTest(Object socket) throws Exception {
|
||||||
super(socket);
|
super(socket);
|
||||||
|
Reference in New Issue
Block a user