version up

This commit is contained in:
insanity 2018-06-11 19:44:36 +09:00
parent 6ec79c35b5
commit b7f45f1019
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -44,5 +44,5 @@ public interface InfraService {
Page<Infra> readAllByDomainID(Long domainID, PageParams pageParams) throws OverflowException;
@WebappAPI
List<InfraZone> readAllInfraZoneByDomainID(Long domainID) throws OverflowException;
List<InfraZone> readAllInfraZoneByProbeDomainID(Long probeDomainID) throws OverflowException;
}