3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-02-12 10:15:52 +00:00
This commit is contained in:
Matt Corallo 2013-07-11 12:28:16 +02:00 committed by Mike Hearn
parent 8448296f5f
commit 98787909da

View File

@ -88,7 +88,7 @@ public class NioServer {
} catch (Exception e) {
log.error("Error trying to open/read from connection: {}", e);
} finally {
// Go through and close everything, without letting IOExceptions getting in our way
// Go through and close everything, without letting IOExceptions get in our way
for (SelectionKey key : selector.keys()) {
try {
key.channel().close();