Skip to content

Commit

Permalink
NUTCH-2573 Suspend crawling if robots.txt fails to fetch with 5xx status
Browse files Browse the repository at this point in the history
- fix javadoc error
  • Loading branch information
sebastian-nagel committed Jan 17, 2022
1 parent 57f3448 commit 170e3fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/java/org/apache/nutch/fetcher/FetchItemQueues.java
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ public synchronized int checkExceptionThreshold(String queueid,
return 0;
}

/** See {@link #checkExceptionThreshold(String, int, long)} */
/** @see #checkExceptionThreshold(String, int, long) */
public int checkExceptionThreshold(String queueid) {
return checkExceptionThreshold(queueid, this.maxExceptionsPerQueue, -1);
}
Expand Down

0 comments on commit 170e3fc

Please sign in to comment.