[jboss-cvs] JBoss Messaging SVN: r5606 - branches/Branch_Failover_Page/src/main/org/jboss/messaging/core/server/impl.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jan 8 22:31:50 EST 2009


Author: clebert.suconic at jboss.com
Date: 2009-01-08 22:31:50 -0500 (Thu, 08 Jan 2009)
New Revision: 5606

Modified:
   branches/Branch_Failover_Page/src/main/org/jboss/messaging/core/server/impl/QueueImpl.java
Log:
adding doc

Modified: branches/Branch_Failover_Page/src/main/org/jboss/messaging/core/server/impl/QueueImpl.java
===================================================================
--- branches/Branch_Failover_Page/src/main/org/jboss/messaging/core/server/impl/QueueImpl.java	2009-01-09 03:25:04 UTC (rev 5605)
+++ branches/Branch_Failover_Page/src/main/org/jboss/messaging/core/server/impl/QueueImpl.java	2009-01-09 03:31:50 UTC (rev 5606)
@@ -447,6 +447,7 @@
       
       if (ref == null)
       {
+         // This is a temporary hack, for the temporary branch only
          for (int i = 0; i < 10; i++)
          {
             System.out.println("Retry " + i);




More information about the jboss-cvs-commits mailing list