ing
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user