mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-09-09 18:29:45 +02: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);
|
SMACK_REACTOR.setInterestOps(selectionKey, interestOps);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
protected void finalize() {
|
|
||||||
disconnect();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue