Skip to content

Commit

Permalink
Fix javadoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobli committed May 13, 2015
1 parent 21c2b27 commit 6149785
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ public CrawlerResult getUrls(CrawlerConfiguration configuration) {
* @param nonWorkingUrls the urls that didn't work to fetch
* @param host the host we are working on
* @param onlyOnPath only fetch files that match the following path. If empty, all will match.
* @param don 't collect/follow urls that contains this text in the url
* @param notOnPath don't collect/follow urls that contains this text in the url
* @return the next level of links that we should fetch
*/
protected Set<CrawlerURL> fetchNextLevelLinks(Map<Future<HTMLPageResponse>, CrawlerURL> responses,
Expand Down

0 comments on commit 6149785

Please sign in to comment.