Code cleanup

This commit is contained in:
Viktor Lofgren 2023-03-07 16:37:05 +01:00
parent a2885acdf4
commit 549d323f6d

View File

@ -91,7 +91,7 @@ public class CrawlerRetreiver {
}
}
public int fetch() throws IOException {
public int fetch() {
Optional<CrawledDomain> probeResult = probeDomainForProblems(domain);
if (probeResult.isPresent()) {