minor code consistency fixes in traccar device update #26

Closed
deenath wants to merge 18 commits from deenath/device-mgt-core:master into master
There is no content yet.
deenath added 16 commits 2 years ago
tcdlpds requested changes 2 years ago
* Updates device Traccar configuration records (like device name)
*
* @params device to be modifies
* @param tenantId of the device
Owner

tenant id of the user

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
Owner

tenant id of the user

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);
Owner

Is it required to have the '\' end of the error message?

Is it required to have the \'\\' end of the error message?
deenath added 2 commits 2 years ago
deenath requested review from tcdlpds 2 years ago
Owner

Closing due to refactoring all traccar capabilites via different pull request.

Closing due to refactoring all traccar capabilites via different pull request.
pahansith closed this pull request 2 years ago

Reviewers

tcdlpds was requested for review 2 years ago
Please reopen this pull request to perform a merge.
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date

No due date set.

Dependencies

No dependencies set.

Reference: community/device-mgt-core#26
Loading…
There is no content yet.