mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
oops, enable PatchedWeakReference back
This commit is contained in:
@@ -45,11 +45,9 @@ public class PatchedWeakReference<T> extends WeakReference<T>{
|
||||
if(ourRefsList.size() % 100 == 0) {
|
||||
int i = 0;
|
||||
}
|
||||
/*
|
||||
synchronized(ourQueue) {
|
||||
ourRefsList.add(this);
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user