[hornetq-commits] JBoss hornetq SVN: r12034 - branches/Branch_2_2_AS7/src/main/org/hornetq/core/journal/impl.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Jan 17 18:27:09 EST 2012


Author: clebert.suconic at jboss.com
Date: 2012-01-17 18:27:09 -0500 (Tue, 17 Jan 2012)
New Revision: 12034

Modified:
   branches/Branch_2_2_AS7/src/main/org/hornetq/core/journal/impl/AbstractSequentialFileFactory.java
Log:
fixing typo

Modified: branches/Branch_2_2_AS7/src/main/org/hornetq/core/journal/impl/AbstractSequentialFileFactory.java
===================================================================
--- branches/Branch_2_2_AS7/src/main/org/hornetq/core/journal/impl/AbstractSequentialFileFactory.java	2012-01-17 14:42:43 UTC (rev 12033)
+++ branches/Branch_2_2_AS7/src/main/org/hornetq/core/journal/impl/AbstractSequentialFileFactory.java	2012-01-17 23:27:09 UTC (rev 12034)
@@ -25,7 +25,6 @@
 import java.util.concurrent.Executors;
 import java.util.concurrent.TimeUnit;
 
-import org.hornetq.core.client.impl.ClientSessionFactoryImpl;
 import org.hornetq.core.journal.IOCriticalErrorListener;
 import org.hornetq.core.journal.SequentialFile;
 import org.hornetq.core.journal.SequentialFileFactory;
@@ -220,7 +219,7 @@
       {
          public ClassLoader run()
          {
-            return ClientSessionFactoryImpl.class.getClassLoader();
+            return AbstractSequentialFileFactory.class.getClassLoader();
          }
       });
 



More information about the hornetq-commits mailing list