From 9f8f8434d8169b8c1cb5723b002f96a8bd522ed9 Mon Sep 17 00:00:00 2001 From: crusader Date: Thu, 21 Jun 2018 19:58:50 +0900 Subject: [PATCH] ing --- .../central/module/infra/service/CentralInfraService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/loafle/overflow/central/module/infra/service/CentralInfraService.java b/src/main/java/com/loafle/overflow/central/module/infra/service/CentralInfraService.java index 0752433..ad48341 100644 --- a/src/main/java/com/loafle/overflow/central/module/infra/service/CentralInfraService.java +++ b/src/main/java/com/loafle/overflow/central/module/infra/service/CentralInfraService.java @@ -202,7 +202,7 @@ public class CentralInfraService implements InfraService { } 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());