ing
This commit is contained in:
parent
1c06482f54
commit
1240e91b73
2
pom.xml
2
pom.xml
|
@ -13,7 +13,7 @@
|
|||
<groupId>com.loafle.overflow</groupId>
|
||||
<artifactId>commons-java</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>1.0.8-SNAPSHOT</version>
|
||||
<version>1.0.9-SNAPSHOT</version>
|
||||
<name>com.loafle.overflow.commons-java</name>
|
||||
|
||||
<properties>
|
||||
|
|
|
@ -3,7 +3,6 @@ package com.loafle.overflow.service.central.notification;
|
|||
import com.loafle.overflow.core.annotation.WebappAPI;
|
||||
import com.loafle.overflow.core.exception.OverflowException;
|
||||
import com.loafle.overflow.core.model.PageParams;
|
||||
import com.loafle.overflow.model.member.Member;
|
||||
import com.loafle.overflow.model.notification.Notification;
|
||||
import org.springframework.data.domain.Page;
|
||||
|
||||
|
|
|
@ -17,5 +17,5 @@ public interface ProbeHostService {
|
|||
ProbeHost regist(ProbeHost probeHost) throws OverflowException;
|
||||
|
||||
@WebappAPI
|
||||
List<ProbeHost> readAllByDomainID(Long domain) throws OverflowException;
|
||||
List<ProbeHost> readAllByDomainID(Long domainID) throws OverflowException;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user