Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Jelsma committed Mar 14, 2024
1 parent a8ec17c commit 9890223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/java/org/apache/nutch/crawl/AdaptiveFetchSchedule.java
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ private void setHostSpecificIntervals(String fileName,
*
* @param url url to get hostname for
* @return hostname
* @throws URISyntaxException
* @throws URISyntaxException if the given string violates RFC 2396
*/
public static String getHostName(String url) throws URISyntaxException {
URI uri = new URI(url);
Expand Down

0 comments on commit 9890223

Please sign in to comment.