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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jun 16 08:55:43 EDT 2009


Author: timfox
Date: 2009-06-16 08:55:42 -0400 (Tue, 16 Jun 2009)
New Revision: 7366

Modified:
   trunk/src/main/org/jboss/messaging/core/server/ServerConsumer.java
Log:
minor tweak

Modified: trunk/src/main/org/jboss/messaging/core/server/ServerConsumer.java
===================================================================
--- trunk/src/main/org/jboss/messaging/core/server/ServerConsumer.java	2009-06-16 12:24:57 UTC (rev 7365)
+++ trunk/src/main/org/jboss/messaging/core/server/ServerConsumer.java	2009-06-16 12:55:42 UTC (rev 7366)
@@ -37,8 +37,6 @@
 {
 	long getID();
 	
-	//void handleClose(Packet packet);
-	
 	void close() throws Exception;
 	
 	int getCountOfPendingDeliveries();




More information about the jboss-cvs-commits mailing list