Skip to content

Commit

Permalink
Deleted task equals and hashCode. Done.
Browse files Browse the repository at this point in the history
  • Loading branch information
akhil.arora%sun.com committed Aug 25, 1999
1 parent 535ec12 commit 9ebb081
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions java/dom/TODO
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,6 @@ o Implement DOM exceptions.

[5d. In Progress. Denis Sharypov <[email protected]>]

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, [email protected]]

o Use OJI to obtain the JVM.

[5d. Awaiting OJI availability]
Expand Down

0 comments on commit 9ebb081

Please sign in to comment.