diff --git a/src/main/java/com/loafle/overflow/service/central/infra/InfraHostService.java b/src/main/java/com/loafle/overflow/service/central/infra/InfraHostService.java index 0dedf28..10451a1 100644 --- a/src/main/java/com/loafle/overflow/service/central/infra/InfraHostService.java +++ b/src/main/java/com/loafle/overflow/service/central/infra/InfraHostService.java @@ -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; }