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;
}