зеркало из https://github.com/mozilla/gecko-dev.git
Call Vector.removeAllElements() instead of Vector.clear() to allow compilation and execution with JDK 1.1.x (Bugzilla bug 107830)
This commit is contained in:
Родитель
0d257cc179
Коммит
8e6f8e1cef
|
@ -361,7 +361,7 @@ class LDAPConnThread extends Thread {
|
|||
c.deregisterConnection();
|
||||
}
|
||||
}
|
||||
m_registered.clear();
|
||||
m_registered.removeAllElements();
|
||||
m_registered = null;
|
||||
m_messages = null;
|
||||
m_requests.clear();
|
||||
|
|
Загрузка…
Ссылка в новой задаче