This commit is contained in:
crusader 2018-06-05 20:21:36 +09:00
parent 1d3ae7c6a7
commit 9960c1aebd

View File

@ -16,5 +16,5 @@ public interface AuthCrawlerService {
boolean checkAuthCrawler(Long infraId, MetaCrawler metaCrawler, String authJson) throws OverflowException;
@WebappAPI
AuthCrawler readByMCrawlerIDAndTargetID(Short metaCrawlerID, Long targetID) throws OverflowException;
AuthCrawler readByMetaCrawlerIDAndTargetID(Short metaCrawlerID, Long targetID) throws OverflowException;
}