mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-09-10 18:59:41 +02:00
make finalize method protected
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@11025 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
1edc69780b
commit
37a00e98d1
5 changed files with 73 additions and 26 deletions
|
@ -151,7 +151,8 @@ public class PEPManager {
|
|||
|
||||
}
|
||||
|
||||
public void finalize() {
|
||||
protected void finalize() throws Throwable {
|
||||
destroy();
|
||||
super.finalize();
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue