This commit is contained in:
insanity 2018-06-05 22:09:53 +09:00
parent 45c39b6b4c
commit b975e77b2b
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
<groupId>com.loafle.overflow</groupId> <groupId>com.loafle.overflow</groupId>
<artifactId>commons-java</artifactId> <artifactId>commons-java</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>1.0.7-SNAPSHOT</version> <version>1.0.8-SNAPSHOT</version>
<name>com.loafle.overflow.commons-java</name> <name>com.loafle.overflow.commons-java</name>
<properties> <properties>

View File

@ -12,5 +12,5 @@ public interface InfraHostService {
InfraHost read(Long id) throws OverflowException; InfraHost read(Long id) throws OverflowException;
InfraHost findByProbeIdAndIpv4(String probeId, String ip) throws OverflowException; InfraHost findByProbeIdAndIpv4(Long probeId, String ip) throws OverflowException;
} }