refactor
This commit is contained in:
parent
01866121f8
commit
d40c6cf403
@ -118,10 +118,6 @@ public class BasketballServer {
|
|||||||
|
|
||||||
// --- Web UI handler ---
|
// --- Web UI handler ---
|
||||||
static class WebHandler implements HttpHandler {
|
static class WebHandler implements HttpHandler {
|
||||||
|
|
||||||
public WebHandler() {
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void handle(HttpExchange exchange) throws IOException {
|
public void handle(HttpExchange exchange) throws IOException {
|
||||||
log.debug("Handling Web request: {}", exchange.getRequestURI());
|
log.debug("Handling Web request: {}", exchange.getRequestURI());
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user