This commit is contained in:
crusader 2018-06-21 19:58:50 +09:00
parent 6dd4df7ac7
commit 9f8f8434d8

View File

@ -202,7 +202,7 @@ public class CentralInfraService implements InfraService {
} }
if (null == service.getKey()) { if (null == service.getKey()) {
throw new OverflowException("Name of service is not valid"); throw new OverflowException("Key of service is not valid");
} }
MetaTargetServiceType metaTargetServiceType = this.metaTargetServiceTypeService.readByKey(service.getKey()); MetaTargetServiceType metaTargetServiceType = this.metaTargetServiceTypeService.readByKey(service.getKey());