[jboss-cvs] JBoss Messaging SVN: r5865 - trunk/src/main/org/jboss/messaging/core/journal/impl.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Feb 14 00:33:17 EST 2009


Author: clebert.suconic at jboss.com
Date: 2009-02-14 00:33:17 -0500 (Sat, 14 Feb 2009)
New Revision: 5865

Modified:
   trunk/src/main/org/jboss/messaging/core/journal/impl/JournalImpl.java
Log:
tweak

Modified: trunk/src/main/org/jboss/messaging/core/journal/impl/JournalImpl.java
===================================================================
--- trunk/src/main/org/jboss/messaging/core/journal/impl/JournalImpl.java	2009-02-14 01:49:45 UTC (rev 5864)
+++ trunk/src/main/org/jboss/messaging/core/journal/impl/JournalImpl.java	2009-02-14 05:33:17 UTC (rev 5865)
@@ -83,11 +83,6 @@
 public class JournalImpl implements TestableJournal
 {
 
-   /**
-    * 
-    */
-   private static final int MAX_LINKED_JOURNAL_FILES = 10;
-
    // Constants -----------------------------------------------------
    private static final int STATE_STOPPED = 0;
 
@@ -95,6 +90,9 @@
 
    private static final int STATE_LOADED = 2;
 
+   // TODO: Should we make this configurable?
+   private static final int MAX_LINKED_JOURNAL_FILES = 10;
+
    // Static --------------------------------------------------------
 
    private static final Logger log = Logger.getLogger(JournalImpl.class);




More information about the jboss-cvs-commits mailing list