ing
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user