From 711fd3a69d275323dc62ab5c059aabb3589ab045 Mon Sep 17 00:00:00 2001 From: "akhil.arora%sun.com" Date: Wed, 25 Aug 1999 01:39:33 +0000 Subject: [PATCH] Deleted task equals and hashCode. Done. git-svn-id: svn://10.0.0.236/trunk@44428 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/java/dom/TODO | 8 -------- 1 file changed, 8 deletions(-) diff --git a/mozilla/java/dom/TODO b/mozilla/java/dom/TODO index ed01a49921f..9784d75781d 100644 --- a/mozilla/java/dom/TODO +++ b/mozilla/java/dom/TODO @@ -8,14 +8,6 @@ o Implement DOM exceptions. [5d. In Progress. Denis Sharypov ] -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]