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:
rweltman%netscape.com
2001-11-09 19:57:54 +00:00
parent 8a40115287
commit 391019dc2c

View File

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