Marks method as deprecated

This commit is contained in:
Lukasz Lenart
2014-03-09 21:01:44 +01:00
parent 31be88afa2
commit 3457a656ba
@@ -33,6 +33,7 @@ public class URLUtil {
* @param url The url string to verify.
* @return a boolean indicating whether the URL seems to be incorrect.
*/
@Deprecated
public static boolean verifyUrl(String url) {
if (LOG.isDebugEnabled()) {
LOG.debug("Checking if url [#0] is valid", url);