This commit is contained in:
insanity 2018-06-05 22:13:11 +09:00
parent b975e77b2b
commit 1c06482f54

View File

@ -12,5 +12,5 @@ public interface InfraHostService {
InfraHost read(Long id) throws OverflowException; InfraHost read(Long id) throws OverflowException;
InfraHost findByProbeIdAndIpv4(Long probeId, String ip) throws OverflowException; InfraHost readByProbeIdAndIpv4(Long probeId, String ip) throws OverflowException;
} }