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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Oct 1 14:42:02 EDT 2008


Author: clebert.suconic at jboss.com
Date: 2008-10-01 14:42:02 -0400 (Wed, 01 Oct 2008)
New Revision: 5058

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

Modified: trunk/src/main/org/jboss/messaging/core/journal/impl/JournalImpl.java
===================================================================
--- trunk/src/main/org/jboss/messaging/core/journal/impl/JournalImpl.java	2008-10-01 15:13:14 UTC (rev 5057)
+++ trunk/src/main/org/jboss/messaging/core/journal/impl/JournalImpl.java	2008-10-01 18:42:02 UTC (rev 5058)
@@ -1995,8 +1995,9 @@
    }
 
    /** 
-    * This method will instantly return the opened file, and schedule opening and reclaiming.
-    * In case there are no cached opened files, this method will block until the file was opened. (what would happen only if the system is under load).
+    * <p>This method will instantly return the opened file, and schedule opening and reclaiming.</p>
+    * <p>In case there are no cached opened files, this method will block until the file was opened,
+    * what would happen only if the system is under heavy load by another system (like a backup system, or a DB sharing the same box as JBM).</p> 
     * */
    private JournalFile enqueueOpenFile() throws InterruptedException
    {




More information about the jboss-cvs-commits mailing list