I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 42bff809 authored by aum's avatar aum Committed by zzz
Browse files

removed obsolete ref to MiniHttpRequestHandlerBase, changed to MiniHttpRequestHandler

parent d1df94f2
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment