[hornetq-commits] JBoss hornetq SVN: r10538 - 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
Tue Apr 19 15:32:59 EDT 2011


Author: clebert.suconic at jboss.com
Date: 2011-04-19 15:32:59 -0400 (Tue, 19 Apr 2011)
New Revision: 10538

Modified:
   branches/Branch_2_2_EAP/src/main/org/hornetq/core/persistence/impl/journal/JournalStorageManager.java
Log:
small tweak

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-04-19 18:39:30 UTC (rev 10537)
+++ branches/Branch_2_2_EAP/src/main/org/hornetq/core/persistence/impl/journal/JournalStorageManager.java	2011-04-19 19:32:59 UTC (rev 10538)
@@ -129,11 +129,6 @@
 
    public static final byte SECURITY_RECORD = 26;
 
-   // type + expiration + timestamp + priority
-   public static final int SIZE_FIELDS = DataConstants.SIZE_INT + DataConstants.SIZE_LONG +
-                                         DataConstants.SIZE_LONG +
-                                         DataConstants.SIZE_BYTE;
-
    // Message journal record types
 
    public static final byte ADD_LARGE_MESSAGE = 30;



More information about the hornetq-commits mailing list