This is an automated email from the ASF dual-hosted git repository.
markus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nutch.git
The following commit(s) were added to refs/heads/master by this push:
new 98902236d NUTCH-3029
98902236d is described below
commit 98902236d782615ea1b8676a477bfa735499810a
Author: Markus Jelsma <[email protected]>
AuthorDate: Thu Mar 14 10:49:34 2024 +0000
NUTCH-3029
---
src/java/org/apache/nutch/crawl/AdaptiveFetchSchedule.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/java/org/apache/nutch/crawl/AdaptiveFetchSchedule.java
b/src/java/org/apache/nutch/crawl/AdaptiveFetchSchedule.java
index 64719cdae..8ee957c09 100644
--- a/src/java/org/apache/nutch/crawl/AdaptiveFetchSchedule.java
+++ b/src/java/org/apache/nutch/crawl/AdaptiveFetchSchedule.java
@@ -192,7 +192,7 @@ public class AdaptiveFetchSchedule extends
AbstractFetchSchedule {
*
* @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);