mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fix grammar issue in error message
This commit is contained in:
parent
4cf24e6b0a
commit
9abe718838
@ -1801,7 +1801,7 @@ public class ApplicationManagerImpl implements ApplicationManager {
|
|||||||
try {
|
try {
|
||||||
DeviceType deviceType = deviceManagementProviderService.getDeviceType(deviceTypeName);
|
DeviceType deviceType = deviceManagementProviderService.getDeviceType(deviceTypeName);
|
||||||
if (deviceType == null) {
|
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.";
|
+ "device type name.";
|
||||||
log.error(msg);
|
log.error(msg);
|
||||||
throw new BadRequestException(msg);
|
throw new BadRequestException(msg);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user