[jboss-cvs] JBoss Messaging SVN: r2461 - trunk/src/main/org/jboss/messaging/core.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Feb 26 23:13:22 EST 2007


Author: clebert.suconic at jboss.com
Date: 2007-02-26 23:13:22 -0500 (Mon, 26 Feb 2007)
New Revision: 2461

Modified:
   trunk/src/main/org/jboss/messaging/core/ChannelSupport.java
Log:
I removed an Exception because of 808, that's why I had that comment there...

Removing the comment anyway.

Modified: trunk/src/main/org/jboss/messaging/core/ChannelSupport.java
===================================================================
--- trunk/src/main/org/jboss/messaging/core/ChannelSupport.java	2007-02-27 03:27:08 UTC (rev 2460)
+++ trunk/src/main/org/jboss/messaging/core/ChannelSupport.java	2007-02-27 04:13:22 UTC (rev 2461)
@@ -456,11 +456,7 @@
             {               
                if (!liter.hasNext())
                {
-                  // Clebert - why did you add a link to 808 here?
-                  // I don't think 808 has anything to do with this.
-                  // http://jira.jboss.org/jira/browse/JBMESSAGING-808
-                  
-                  // TODO we need to look in paging state too - currently not supported                  
+                  // TODO we need to look in paging state too - currently not supported
                   //http://jira.jboss.com/jira/browse/JBMESSAGING-839
                   log.warn(this + " cannot find reference " + id + " (Might be paged!)");
                   break;




More information about the jboss-cvs-commits mailing list