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 net.i2p.aum.http.*;
|
||||
|
||||
public class HttpServerTest extends MiniHttpRequestHandlerBase {
|
||||
public class HttpServerTest extends MiniHttpRequestHandler {
|
||||
|
||||
public HttpServerTest(Object socket) throws Exception {
|
||||
super(socket);
|
||||
|
Reference in New Issue
Block a user