mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Merged
This commit is contained in:
parent
8d16b031ce
commit
f83897708c
@ -169,7 +169,7 @@ public class OperationManagerImpl implements OperationManager {
|
||||
|
||||
if (device == null) {
|
||||
throw new OperationManagementException("Device not found for given device " +
|
||||
"Identifier:" + deviceIdentifier.getId() + " and given type" + deviceIdentifier.getType());
|
||||
"Identifier:" + deviceIdentifier.getId() + " and given type:" + deviceIdentifier.getType());
|
||||
}
|
||||
operations = new ArrayList<Operation>();
|
||||
dtoOperationList = operationDAO.getOperationsByDeviceAndStatus(device.getId(),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user