Skip to content

Commit

Permalink
Update DirectoryListing.java
Browse files Browse the repository at this point in the history
  • Loading branch information
shivagowda authored Jun 3, 2021
1 parent 16edbb5 commit 0b73741
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public boolean process(HttpRequest request, HttpResponse response) {
throw new UncheckedIOException(e);
}
return true;
}
}

private void appendLink(String fileName, String uri, PrintWriter writer) {
// writer.append(String.format("<li>\n<a href=\"%s/%s\">%s</a>\n</li>\n", uri, fileName, fileName));
Expand Down

0 comments on commit 0b73741

Please sign in to comment.