ing
This commit is contained in:
parent
6dd4df7ac7
commit
9f8f8434d8
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue
Block a user