This commit is contained in:
insanity
2018-06-05 22:09:53 +09:00
parent 45c39b6b4c
commit b975e77b2b
2 changed files with 2 additions and 2 deletions

View File

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