Fixing device identifier is null issue

4.x.x
Rasika Perera 8 years ago
parent 289987db8e
commit 4e0730f50c

@ -67,6 +67,7 @@ public class DeviceTypePluginDAO {
if (resultSet.next()) {
device = new Device();
device.setDeviceIdentifier(deviceId);
if (log.isDebugEnabled()) {
log.debug(deviceId + " data has been fetched from " + deviceDAODefinition.getDeviceTableName() +
" database.");

Loading…
Cancel
Save