You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by lh...@apache.org on 2008/04/11 23:54:33 UTC

svn commit: r647330 - /servicemix/smx3/trunk/core/servicemix-core/src/main/java/org/apache/servicemix/jbi/resolver/RandomChoicePolicy.java

Author: lhein
Date: Fri Apr 11 14:54:31 2008
New Revision: 647330

URL: http://svn.apache.org/viewvc?rev=647330&view=rev
Log:
corrected class comment

Modified:
    servicemix/smx3/trunk/core/servicemix-core/src/main/java/org/apache/servicemix/jbi/resolver/RandomChoicePolicy.java

Modified: servicemix/smx3/trunk/core/servicemix-core/src/main/java/org/apache/servicemix/jbi/resolver/RandomChoicePolicy.java
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/core/servicemix-core/src/main/java/org/apache/servicemix/jbi/resolver/RandomChoicePolicy.java?rev=647330&r1=647329&r2=647330&view=diff
==============================================================================
--- servicemix/smx3/trunk/core/servicemix-core/src/main/java/org/apache/servicemix/jbi/resolver/RandomChoicePolicy.java (original)
+++ servicemix/smx3/trunk/core/servicemix-core/src/main/java/org/apache/servicemix/jbi/resolver/RandomChoicePolicy.java Fri Apr 11 14:54:31 2008
@@ -21,7 +21,7 @@
 import javax.jbi.servicedesc.ServiceEndpoint;
 
 /**
- * A simple selection policy where the first endpoint is chosen.
+ * A simple selection policy where the the endpoint is chosen randomly.
  *
  * @version $Revision$
  */