code clean up

revert-70aa11f8
hasuniea 9 years ago
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…
Cancel
Save