diff options
author | Sven Gothel <[email protected]> | 2021-06-15 14:56:56 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2021-06-15 14:56:56 +0200 |
commit | 3c1aa61438d2631776c6f3652d4eefc4bf8fec75 (patch) | |
tree | c92089adb5ea2963bf3358b42b1c383718d048dd /src | |
parent | ca5da49571242292a0be8ab404c878027ddbbb6a (diff) |
DBTAdapter.printDeviceLists(): Avoid ConcurrentModificationException by using a shallow copy of ArrayList
Actually this was the intention here, but due to mixed C++/Java programming I missed this nuance.
In C++ the simple assignment is sufficient, not in Java.
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions