Update of /var/cvs/src/org/mmbase/bridge/implementation
In directory james.mmbase.org:/tmp/cvs-serv32053

Modified Files:
        BasicCloud.java 
Log Message:
it seems that toString of NodeManager is a bit silly (again?)


See also: http://cvs.mmbase.org/viewcvs/src/org/mmbase/bridge/implementation


Index: BasicCloud.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/bridge/implementation/BasicCloud.java,v
retrieving revision 1.187
retrieving revision 1.188
diff -u -b -r1.187 -r1.188
--- BasicCloud.java     29 Jul 2008 09:20:52 -0000      1.187
+++ BasicCloud.java     7 Aug 2008 09:46:26 -0000       1.188
@@ -29,7 +29,7 @@
  * @author Rob Vermeulen
  * @author Pierre van Rooden
  * @author Michiel Meeuwissen
- * @version $Id: BasicCloud.java,v 1.187 2008/07/29 09:20:52 michiel Exp $
+ * @version $Id: BasicCloud.java,v 1.188 2008/08/07 09:46:26 michiel Exp $
  */
 public class BasicCloud implements Cloud, Cloneable, Comparable<Cloud>, 
SizeMeasurable, Serializable {
 
@@ -424,7 +424,7 @@
         }
         RelationManager rm = getRelationManager(source.getNumber(), 
destination.getNumber(), r);
         if (rm == null) {
-            throw new NotFoundException("Relation manager from '" + source + 
"' to '" + destination + "' as '" + roleName + "' does not exist.");
+            throw new NotFoundException("Relation manager from '" + 
source.getName() + "' to '" + destination.getName() + "' as '" + roleName + "' 
does not exist.");
         } else {
             return rm;
         }
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to