[jboss-cvs] JBoss Messaging SVN: r8196 - branches/JBM1842/src/main/org/jboss/messaging/core/impl/postoffice.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jan 26 01:39:05 EST 2011


Author: gaohoward
Date: 2011-01-26 01:39:04 -0500 (Wed, 26 Jan 2011)
New Revision: 8196

Modified:
   branches/JBM1842/src/main/org/jboss/messaging/core/impl/postoffice/ClusterRequest.java
Log:
save


Modified: branches/JBM1842/src/main/org/jboss/messaging/core/impl/postoffice/ClusterRequest.java
===================================================================
--- branches/JBM1842/src/main/org/jboss/messaging/core/impl/postoffice/ClusterRequest.java	2011-01-26 06:07:54 UTC (rev 8195)
+++ branches/JBM1842/src/main/org/jboss/messaging/core/impl/postoffice/ClusterRequest.java	2011-01-26 06:39:04 UTC (rev 8196)
@@ -64,11 +64,8 @@
 	
 	public static final int ADD_ALL_REPLICATED_DELIVERIES_REQUEST = 12;
 	
-	public static final int GET_REPLICATED_DELIVERIES_REQUEST = 13;
+	public static final int GET_REPLICATED_DELIVERIES_REQUEST = 13;		
 	
-	public static final int NODE_DEAD_REQUEST = 20;
-		
-	
 	protected static final int NULL = 0;
 	
 	protected static final int NOT_NULL = 1;



More information about the jboss-cvs-commits mailing list