You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ra...@apache.org on 2008/02/08 08:24:26 UTC

svn commit: r619789 - /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/transport/failover/FailoverTransport.java

Author: rajdavies
Date: Thu Feb  7 23:24:26 2008
New Revision: 619789

URL: http://svn.apache.org/viewvc?rev=619789&view=rev
Log:
remove patch comment

Modified:
    activemq/trunk/activemq-core/src/main/java/org/apache/activemq/transport/failover/FailoverTransport.java

Modified: activemq/trunk/activemq-core/src/main/java/org/apache/activemq/transport/failover/FailoverTransport.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/transport/failover/FailoverTransport.java?rev=619789&r1=619788&r2=619789&view=diff
==============================================================================
--- activemq/trunk/activemq-core/src/main/java/org/apache/activemq/transport/failover/FailoverTransport.java (original)
+++ activemq/trunk/activemq-core/src/main/java/org/apache/activemq/transport/failover/FailoverTransport.java Thu Feb  7 23:24:26 2008
@@ -318,9 +318,6 @@
 		this.backupPoolSize = backupPoolSize;
 	}
 	
-/*
-* BEGIN Patch segment for issue AMQ-1116
-*/	
     /**
      * @return Returns true if the command is one sent when a connection
      * is being closed.
@@ -328,9 +325,6 @@
     private boolean isShutdownCommand(Command command) {
 	return (command != null && (command.isShutdownInfo() || command instanceof RemoveInfo));
     }
-/*
-* END Patch segment
-*/
 	 
 
     public void oneway(Object o) throws IOException {