[hornetq-commits] JBoss hornetq SVN: r11408 - branches/Branch_2_2_EAP/src/main/org/hornetq/core/persistence/impl/journal.

do-not-reply at jboss.org do-not-reply at jboss.org
Sat Sep 24 12:16:41 EDT 2011


Author: clebert.suconic at jboss.com
Date: 2011-09-24 12:16:41 -0400 (Sat, 24 Sep 2011)
New Revision: 11408

Modified:
   branches/Branch_2_2_EAP/src/main/org/hornetq/core/persistence/impl/journal/JournalStorageManager.java
Log:
fixing a test

Modified: branches/Branch_2_2_EAP/src/main/org/hornetq/core/persistence/impl/journal/JournalStorageManager.java
===================================================================
--- branches/Branch_2_2_EAP/src/main/org/hornetq/core/persistence/impl/journal/JournalStorageManager.java	2011-09-24 16:15:52 UTC (rev 11407)
+++ branches/Branch_2_2_EAP/src/main/org/hornetq/core/persistence/impl/journal/JournalStorageManager.java	2011-09-24 16:16:41 UTC (rev 11408)
@@ -3012,7 +3012,7 @@
          {
             final RefEncoding encoding = new RefEncoding();
             encoding.decode(buffer);
-            return encoding;
+            return new ReferenceDescribe(encoding);
          }
 
          case ACKNOWLEDGE_REF:



More information about the hornetq-commits mailing list