I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit a76f840f authored by zzz's avatar zzz
Browse files

remove finalize

parent 269a36c5
No related branches found
No related tags found
No related merge requests found
......@@ -100,11 +100,13 @@ public class I2PThread extends Thread {
//log(Log.INFO, "Thread finished normally: " + _name);
}
/****
@Override
protected void finalize() throws Throwable {
//log(Log.DEBUG, "Thread finalized: " + _name);
super.finalize();
}
****/
protected void fireOOM(OutOfMemoryError oom) {
for (Iterator iter = _listeners.iterator(); iter.hasNext(); ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment