mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-23 21:18:58 +00:00
Code cleanup
This commit is contained in:
parent
a2885acdf4
commit
549d323f6d
@ -91,7 +91,7 @@ public class CrawlerRetreiver {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public int fetch() throws IOException {
|
public int fetch() {
|
||||||
Optional<CrawledDomain> probeResult = probeDomainForProblems(domain);
|
Optional<CrawledDomain> probeResult = probeDomainForProblems(domain);
|
||||||
|
|
||||||
if (probeResult.isPresent()) {
|
if (probeResult.isPresent()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user