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$
  */


Reply via email to