SERVICE property bug fix
This commit is contained in:
parent
c1522415c6
commit
109d89b163
|
@ -18,7 +18,7 @@ public class MetaCrawlerInputItemService {
|
|||
private MetaCrawlerInputItemDAO crawlerInputItemDAO;
|
||||
|
||||
public List<MetaCrawlerInputItem> readAllByMetaCrawler(MetaCrawler metaCrawler) {
|
||||
return this.crawlerInputItemDAO.findAllByMetaCrawler(metaCrawler);
|
||||
return this.crawlerInputItemDAO.findAllByCrawler(metaCrawler);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user