Index: org/omg/CORBA/portable/Delegate.java
===================================================================
RCS file: /cvsroot/classpath/classpath/org/omg/CORBA/portable/Delegate.java,v
retrieving revision 1.1
diff -u -r1.1 Delegate.java
--- org/omg/CORBA/portable/Delegate.java	15 May 2005 01:09:29 -0000	1.1
+++ org/omg/CORBA/portable/Delegate.java	24 May 2005 19:06:00 -0000
@@ -237,7 +237,7 @@
    */
   public boolean equals(org.omg.CORBA.Object self, java.lang.Object other)
   {
-    return super.equals(other);
+    return self==other;
   }
 
   /**
