target remove page

This commit is contained in:
geek 2018-06-28 17:35:13 +09:00
parent 1e580fe033
commit c46cd41c3f
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
<groupId>com.loafle.overflow</groupId>
<artifactId>commons-java</artifactId>
<packaging>jar</packaging>
<version>1.0.107-SNAPSHOT</version>
<version>1.0.108-SNAPSHOT</version>
<name>com.loafle.overflow.commons-java</name>
<properties>

View File

@ -22,5 +22,5 @@ public interface MetaCrawlerMappingService {
List<MetaCrawlerMapping> readAllByMetaTargetTypeKey(String targetTypeKey) throws OverflowException;
@WebappAPI
MetaCrawlerMapping regist() throws OverflowException;
MetaCrawlerMapping regist(MetaCrawlerMapping metaCrawlerMapping) throws OverflowException;
}