Skip to content

Commit

Permalink
Another clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
todd-elvers committed Jun 11, 2019
1 parent 97061ec commit 65c989c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class WebsiteHealthChecker implements HttpRequestHandling {
executeFormPOST(url, formData).getStatusCode()
);
} catch(IOException ex) {
// Do nothing
// ...
}

return Optional.empty();
Expand Down

0 comments on commit 65c989c

Please sign in to comment.