mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
fixing bug with unitiated list
This commit is contained in:
parent
192984e3c0
commit
42b9753944
@ -295,7 +295,7 @@ public abstract class AbstractDeviceDAOImpl implements DeviceDAO {
|
||||
Connection conn = null;
|
||||
PreparedStatement stmt = null;
|
||||
ResultSet resultSet = null;
|
||||
List<Device> devices = null;
|
||||
List<Device> devices = new ArrayList<>();
|
||||
try {
|
||||
List<List<String>> outputLists = new ArrayList<>();
|
||||
List<String> deviceList = null;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user