dd
This commit is contained in:
parent
b975e77b2b
commit
1c06482f54
|
@ -12,5 +12,5 @@ public interface InfraHostService {
|
|||
|
||||
InfraHost read(Long id) throws OverflowException;
|
||||
|
||||
InfraHost findByProbeIdAndIpv4(Long probeId, String ip) throws OverflowException;
|
||||
InfraHost readByProbeIdAndIpv4(Long probeId, String ip) throws OverflowException;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user