1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-23 03:54:54 +02:00

Remove finalize() from AbstractXmppNioConnection

This commit is contained in:
Florian Schmaus 2019-07-19 15:17:35 +02:00
parent ce57c952ce
commit 8fa90113c9

View file

@ -47,8 +47,4 @@ public abstract class AbstractXmppNioConnection extends AbstractXmppStateMachine
SMACK_REACTOR.setInterestOps(selectionKey, interestOps);
}
@Override
protected void finalize() {
disconnect();
}
}