diff --git a/playground/src/main/java/no/priv/garshol/jslt/playground/PlaygroundServer.java b/playground/src/main/java/no/priv/garshol/jslt/playground/PlaygroundServer.java index 72747a86..4c6f8d12 100644 --- a/playground/src/main/java/no/priv/garshol/jslt/playground/PlaygroundServer.java +++ b/playground/src/main/java/no/priv/garshol/jslt/playground/PlaygroundServer.java @@ -23,7 +23,7 @@ public class PlaygroundServer { private static String INDEX_HTML = "lambda.html"; public static class JsltHandler extends AbstractHandler { - public void handle​(String target, Request baseRequest, HttpServletRequest request, HttpServletResponse response) { + public void handle(String target, Request baseRequest, HttpServletRequest request, HttpServletResponse response) { if (!target.equals("/jslt")) return;