You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by ma...@apache.org on 2008/02/10 13:13:37 UTC

svn commit: r620267 - /incubator/river/jtsk/trunk/src/com/sun/jini/mahalo/ParticipantHandle.java

Author: marbro
Date: Sun Feb 10 04:13:33 2008
New Revision: 620267

URL: http://svn.apache.org/viewvc?rev=620267&view=rev
Log:
Fixed RIVER-284.

Modified:
    incubator/river/jtsk/trunk/src/com/sun/jini/mahalo/ParticipantHandle.java

Modified: incubator/river/jtsk/trunk/src/com/sun/jini/mahalo/ParticipantHandle.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/src/com/sun/jini/mahalo/ParticipantHandle.java?rev=620267&r1=620266&r2=620267&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/src/com/sun/jini/mahalo/ParticipantHandle.java (original)
+++ incubator/river/jtsk/trunk/src/com/sun/jini/mahalo/ParticipantHandle.java Sun Feb 10 04:13:33 2008
@@ -134,16 +134,6 @@
     synchronized int getPrepState() {
 	return prepstate;
     }
-
-
-    boolean compareTo(ParticipantHandle other) {
-        if (storedpart != null)
-	    return storedpart.equals(other);
-	else if (other == null)
-	    return false;
-
-	return false;
-    }
     
     /**
      * Return the <code>hashCode</code> of the