Call Vector.removeAllElements() instead of Vector.clear() to allow compilation and execution with JDK 1.1.x (Bugzilla bug 107830)
git-svn-id: svn://10.0.0.236/trunk@107758 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user