Skip to content

Commit

Permalink
Remove zero-width-space
Browse files Browse the repository at this point in the history
  • Loading branch information
larsga committed Apr 16, 2021
1 parent f896573 commit eee21da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit eee21da

Please sign in to comment.