Deleted task equals and hashCode. Done.

git-svn-id: svn://10.0.0.236/trunk@44428 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
akhil.arora%sun.com
1999-08-25 01:39:33 +00:00
parent f2e8a18ec3
commit 711fd3a69d

View File

@@ -8,14 +8,6 @@ o Implement DOM exceptions.
[5d. In Progress. Denis Sharypov <sdv@sparc.spb.su>]
o Implement the equals() and hashCode() methods for all DOM
objects. The equals method is to be implemented by doing a
QueryInterface to nsISupports and them comparing pointers to the
native DOM objects. Similarly, thye hashCode method should do a
QI to nsISupports and then return the pointer.
[2d. In progress, ttully@eng.sun.com]
o Use OJI to obtain the JVM.
[5d. Awaiting OJI availability]