[hornetq-commits] JBoss hornetq SVN: r10218 - branches/Branch_2_2_EAP/src/main/org/hornetq/core/postoffice/impl.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Feb 16 08:41:38 EST 2011


Author: clebert.suconic at jboss.com
Date: 2011-02-16 08:41:38 -0500 (Wed, 16 Feb 2011)
New Revision: 10218

Modified:
   branches/Branch_2_2_EAP/src/main/org/hornetq/core/postoffice/impl/DuplicateIDCacheImpl.java
Log:
changing a comment

Modified: branches/Branch_2_2_EAP/src/main/org/hornetq/core/postoffice/impl/DuplicateIDCacheImpl.java
===================================================================
--- branches/Branch_2_2_EAP/src/main/org/hornetq/core/postoffice/impl/DuplicateIDCacheImpl.java	2011-02-16 13:15:24 UTC (rev 10217)
+++ branches/Branch_2_2_EAP/src/main/org/hornetq/core/postoffice/impl/DuplicateIDCacheImpl.java	2011-02-16 13:41:38 UTC (rev 10218)
@@ -184,7 +184,7 @@
             tx.setContainsPersistent();
          }
 
-         // For a tx, it's important that the entry is not added to the cache until commit (or prepare)
+         // For a tx, it's important that the entry is not added to the cache until commit
          // since if the client fails then resends them tx we don't want it to get rejected
          tx.addOperation(new AddDuplicateIDOperation(duplID, recordID));
       }



More information about the hornetq-commits mailing list