You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@synapse.apache.org by su...@apache.org on 2010/05/08 09:07:31 UTC

svn commit: r942326 - /synapse/trunk/java/modules/commons/src/main/java/org/apache/synapse/commons/executors/NextQueueAlgorithm.java

Author: supun
Date: Sat May  8 07:07:30 2010
New Revision: 942326

URL: http://svn.apache.org/viewvc?rev=942326&view=rev
Log:
Improving the documentation

Modified:
    synapse/trunk/java/modules/commons/src/main/java/org/apache/synapse/commons/executors/NextQueueAlgorithm.java

Modified: synapse/trunk/java/modules/commons/src/main/java/org/apache/synapse/commons/executors/NextQueueAlgorithm.java
URL: http://svn.apache.org/viewvc/synapse/trunk/java/modules/commons/src/main/java/org/apache/synapse/commons/executors/NextQueueAlgorithm.java?rev=942326&r1=942325&r2=942326&view=diff
==============================================================================
--- synapse/trunk/java/modules/commons/src/main/java/org/apache/synapse/commons/executors/NextQueueAlgorithm.java (original)
+++ synapse/trunk/java/modules/commons/src/main/java/org/apache/synapse/commons/executors/NextQueueAlgorithm.java Sat May  8 07:07:30 2010
@@ -22,7 +22,7 @@ package org.apache.synapse.commons.execu
 import java.util.List;
 
 /**
- * This interface abstracts the algorith for determining the next internal
+ * This interface abstracts the algorithm for determining the next internal
  * queue for picking up the message. This class is created once and initialized.
  * This class should capture any runtime information about the queues since the
  * MultiPriorityBlockingQueue doesn't hold any runtime state information about