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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Dec 6 13:30:06 EST 2007


Author: ataylor
Date: 2007-12-06 13:30:06 -0500 (Thu, 06 Dec 2007)
New Revision: 3433

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

Modified: branches/Branch_MC_Integration_New/src/main/org/jboss/messaging/core/impl/ChannelSupport.java
===================================================================
--- branches/Branch_MC_Integration_New/src/main/org/jboss/messaging/core/impl/ChannelSupport.java	2007-12-06 18:26:34 UTC (rev 3432)
+++ branches/Branch_MC_Integration_New/src/main/org/jboss/messaging/core/impl/ChannelSupport.java	2007-12-06 18:30:06 UTC (rev 3433)
@@ -466,7 +466,7 @@
                
                if (del == null)
                {
-                  // No receiver, broken receiver or full receiver so we stopServerPeer delivering
+                  // No receiver, broken receiver or full receiver so we stop delivering
                   if (trace) { log.trace(this + " got no delivery for " + ref + " so no receiver got the message. Stopping delivery."); }
                                
                   break;
@@ -543,7 +543,7 @@
             
             if (del == null)
             {
-               // No receiver, broken receiver or full receiver so we stopServerPeer delivering
+               // No receiver, broken receiver or full receiver so we stop delivering
                if (trace) { log.trace(this + ": no delivery returned for message" + ref + " so no receiver got the message. Delivery is now complete"); }
    
                return false;




More information about the jboss-cvs-commits mailing list