This commit is contained in:
Radek Davidek 2025-11-02 16:19:14 +01:00
parent 01866121f8
commit d40c6cf403

View File

@ -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());