mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-21 22:02:06 +01:00
Remove finalize() from AbstractXmppNioConnection
This commit is contained in:
parent
ce57c952ce
commit
8fa90113c9
1 changed files with 0 additions and 4 deletions
|
@ -47,8 +47,4 @@ public abstract class AbstractXmppNioConnection extends AbstractXmppStateMachine
|
|||
SMACK_REACTOR.setInterestOps(selectionKey, interestOps);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void finalize() {
|
||||
disconnect();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue