mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Resolve comments
This commit is contained in:
parent
1fa73f65f6
commit
65d8b5da5a
@ -182,7 +182,6 @@ public class GenericDeviceDAOImpl extends AbstractDeviceDAOImpl {
|
||||
}
|
||||
sql += ") ";
|
||||
sql += " ORDER BY d1.LAST_UPDATED_TIMESTAMP DESC ";
|
||||
|
||||
sql += " LIMIT ? OFFSET ?";
|
||||
|
||||
try (PreparedStatement stmt = conn.prepareStatement(sql)) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user