diff --git a/src/main/java/org/pharmgkb/common/util/UrlUtils.java b/src/main/java/org/pharmgkb/common/util/UrlUtils.java index d8727e7..adbd8cc 100644 --- a/src/main/java/org/pharmgkb/common/util/UrlUtils.java +++ b/src/main/java/org/pharmgkb/common/util/UrlUtils.java @@ -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 {