From d955b9ddcd5c2777719b1f6a4802ad778d6f5311 Mon Sep 17 00:00:00 2001 From: crusader Date: Mon, 11 Jun 2018 20:10:40 +0900 Subject: [PATCH] ing --- pom.xml | 2 +- .../overflow/service/central/infra/InfraHostPortService.java | 2 +- .../com/loafle/overflow/service/central/infra/InfraService.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 23011c8..482c398 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ com.loafle.overflow commons-java jar - 1.0.33-SNAPSHOT + 1.0.34-SNAPSHOT com.loafle.overflow.commons-java diff --git a/src/main/java/com/loafle/overflow/service/central/infra/InfraHostPortService.java b/src/main/java/com/loafle/overflow/service/central/infra/InfraHostPortService.java index 433c681..df01d8e 100644 --- a/src/main/java/com/loafle/overflow/service/central/infra/InfraHostPortService.java +++ b/src/main/java/com/loafle/overflow/service/central/infra/InfraHostPortService.java @@ -15,6 +15,6 @@ public interface InfraHostPortService { InfraHostPort readByInfraHostIDAndMetaPortTypeKeyAndPort(Long infraHostID, String metaPortTypeKey, Integer port) throws OverflowException; - InfraHostPort readByInfraHostInfraZoneIDAndMetaPortTypeKeyAndPort(Long infraHostInfraZoneID, String metaIPTypeKey, + InfraHostPort readByInfraHostInfraZoneIDAndMetaPortTypeKeyAndPort(Long infraHostInfraZoneID, String metaPortTypeKey, Integer port) throws OverflowException; } diff --git a/src/main/java/com/loafle/overflow/service/central/infra/InfraService.java b/src/main/java/com/loafle/overflow/service/central/infra/InfraService.java index 25210bc..0670e2b 100644 --- a/src/main/java/com/loafle/overflow/service/central/infra/InfraService.java +++ b/src/main/java/com/loafle/overflow/service/central/infra/InfraService.java @@ -29,7 +29,7 @@ public interface InfraService { InfraHost registHost(Long probeID, Host host) throws OverflowException; @WebappAPI - InfraService registService(Long probeID, Service service) throws OverflowException; + com.loafle.overflow.model.infra.InfraService registService(Long probeID, Service service) throws OverflowException; @WebappAPI List registDiscoverd(Long probeID, List hosts, List services) throws OverflowException;