Skip to content

Commit

Permalink
chore: appease linter
Browse files Browse the repository at this point in the history
  • Loading branch information
markwoon committed Mar 25, 2024
1 parent 33fa0bf commit 41cfda8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/org/pharmgkb/common/util/UrlUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,7 @@ public static boolean isValid(String urlString, boolean noFtp, boolean allowLoca

/**
* For HTTP URLs, this will perform a HEAD request and checks for a non-error response.
* For FTP URLs, this will only verify that we can connect to the server, not whether the resource is actually
* available.
* For FTP URLs, this will only verify that we can connect to the server, not whether the resource is available.
*/
public static boolean isReachable(URL url) {
try {
Expand Down

0 comments on commit 41cfda8

Please sign in to comment.