From 323daacc8d4b032720be7c2297e568ff5302bbd5 Mon Sep 17 00:00:00 2001 From: crusader Date: Fri, 15 Jun 2018 12:40:38 +0900 Subject: [PATCH] ing --- pom.xml | 2 +- .../overflow/service/central/infra/InfraHostPortService.java | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 3c2910a..62b1a1d 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ com.loafle.overflow commons-java jar - 1.0.73-SNAPSHOT + 1.0.74-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 df01d8e..559441a 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 @@ -12,9 +12,7 @@ public interface InfraHostPortService { InfraHostPort read(Long id) throws OverflowException; - InfraHostPort readByInfraHostIDAndMetaPortTypeKeyAndPort(Long infraHostID, String metaPortTypeKey, Integer port) + InfraHostPort readByInfraHostIPIDAndMetaPortTypeKeyAndPort(Long infraHostIPID, String metaPortTypeKey, Integer port) throws OverflowException; - InfraHostPort readByInfraHostInfraZoneIDAndMetaPortTypeKeyAndPort(Long infraHostInfraZoneID, String metaPortTypeKey, - Integer port) throws OverflowException; }