Fix grammar issue in error message

reporting
tcdlpds@gmail.com 5 years ago
parent 4cf24e6b0a
commit 9abe718838

@ -1801,7 +1801,7 @@ public class ApplicationManagerImpl implements ApplicationManager {
try {
DeviceType deviceType = deviceManagementProviderService.getDeviceType(deviceTypeName);
if (deviceType == null) {
String msg = "Device type doesn't not exist. Hence check the application name existence with valid "
String msg = "Device type doesn't exist. Hence check the application name existence with valid "
+ "device type name.";
log.error(msg);
throw new BadRequestException(msg);

Loading…
Cancel
Save