Skip to content

Commit

Permalink
Merge pull request #41 from peterbencze/development
Browse files Browse the repository at this point in the history
Fix javadoc links
  • Loading branch information
peterbencze authored Apr 22, 2018
2 parents 91f5861 + 8aa85ec commit a91dcf5
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ public final void stop() {
/**
* Passes a crawl request to the crawl frontier. The crawler must be
* running, otherwise use
* {@link CrawlerConfiguration#addCrawlSeed(com.github.peterbencze.serritor.api.CrawlRequest)}
* {@link CrawlerConfiguration.CrawlerConfigurationBuilder#addCrawlSeed(com.github.peterbencze.serritor.api.CrawlRequest)}
* for adding crawl seeds.
*
* @param request The <code>CrawlRequest</code> instance
Expand All @@ -184,7 +184,10 @@ protected final void crawl(final CrawlRequest request) {
}

/**
* Passes multiple crawl requests to the crawl frontier.
* Passes multiple crawl requests to the crawl frontier. The crawler must be
* running, otherwise use
* {@link CrawlerConfiguration.CrawlerConfigurationBuilder#addCrawlSeeds(java.util.List)}
* for adding crawl seeds.
*
* @param requests The list of <code>CrawlRequest</code> instances
*/
Expand Down

0 comments on commit a91dcf5

Please sign in to comment.