[jboss-cvs] JBoss Messaging SVN: r3434 - branches/Branch_MC_Integration_New/src/main/org/jboss/messaging/core/impl/clusterconnection.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Dec 6 13:32:26 EST 2007


Author: ataylor
Date: 2007-12-06 13:32:26 -0500 (Thu, 06 Dec 2007)
New Revision: 3434

Modified:
   branches/Branch_MC_Integration_New/src/main/org/jboss/messaging/core/impl/clusterconnection/MessageSucker.java
Log:
fixed search and replace

Modified: branches/Branch_MC_Integration_New/src/main/org/jboss/messaging/core/impl/clusterconnection/MessageSucker.java
===================================================================
--- branches/Branch_MC_Integration_New/src/main/org/jboss/messaging/core/impl/clusterconnection/MessageSucker.java	2007-12-06 18:30:06 UTC (rev 3433)
+++ branches/Branch_MC_Integration_New/src/main/org/jboss/messaging/core/impl/clusterconnection/MessageSucker.java	2007-12-06 18:32:26 UTC (rev 3434)
@@ -211,7 +211,7 @@
 		{
 			if (consume && !consuming)
 			{
-				//Send a changeRate(1) message - to startServerPeer consumption
+				//Send a changeRate(1) message - to start consumption
 				
 				consumer.changeRate(1f);
 				
@@ -221,7 +221,7 @@
 			}
 			else if (!consume && consuming)
 			{
-				//Send a changeRate(0) message to stopServerPeer consumption
+				//Send a changeRate(0) message to stop consumption
 				
 				consumer.changeRate(0f);
 				




More information about the jboss-cvs-commits mailing list