remove finalize

This commit is contained in:
zzz
2012-08-12 11:18:24 +00:00
parent 269a36c549
commit a76f840ff8

View File

@ -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(); ) {