mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-12 18:25:51 +00:00
Fix typo
This commit is contained in:
parent
8448296f5f
commit
98787909da
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user