minor code consistency fixes in traccar device update #26
Closed
deenath
wants to merge 18 commits from deenath/device-mgt-core:master
into master
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'deenath/device-mgt-core:master'
Deleting a branch is permanent. It CANNOT be undone. Continue?
* Updates device Traccar configuration records (like device name)
*
* @params device to be modifies
* @param tenantId of the device
tenant id of the user
*
* @param traccarDevice with DeviceName UniqueId, Status, Disabled LastUpdate, PositionId, GroupId
* Model, Contact, Category, fenceIds
* @param tenantId tentantId of the specific device
tenant id of the user
} catch (TrackerManagementDAOException e) {
String msg = "Error occurred while mapping with deviceId";
log.error(msg, e);
log.error("Error occurred while mapping with deviceId\"", e);
Is it required to have the '\' end of the error message?
Closing due to refactoring all traccar capabilites via different pull request.
Reviewers