mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-04-13 03:31:15 +02:00
Check whether File#listFiles() returns null The docs say this can happen if there's an I/O error. Also fixed a throw-in-finally-block warning and renamed an IoUtils method to make its contract clearer. See merge request !328