mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
code clean up
This commit is contained in:
parent
9d5f2af7e9
commit
7642112a9f
@ -84,7 +84,7 @@ public class DeviceDAOImpl implements DeviceDAO {
|
||||
stmt.setInt(4, typeId);
|
||||
stmt.setInt(5, tenantId);
|
||||
rows = stmt.executeUpdate();
|
||||
if (rows>0) {
|
||||
if (rows > 0) {
|
||||
status = true;
|
||||
}
|
||||
return status;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user