Author: clebert.suconic(a)jboss.com
Date: 2012-01-17 18:33:31 -0500 (Tue, 17 Jan 2012)
New Revision: 12035
Modified:
branches/Branch_2_2_AS7/src/main/org/hornetq/core/journal/impl/AIOSequentialFileFactory.java
Log:
fixing typo
Modified:
branches/Branch_2_2_AS7/src/main/org/hornetq/core/journal/impl/AIOSequentialFileFactory.java
===================================================================
---
branches/Branch_2_2_AS7/src/main/org/hornetq/core/journal/impl/AIOSequentialFileFactory.java 2012-01-17
23:27:09 UTC (rev 12034)
+++
branches/Branch_2_2_AS7/src/main/org/hornetq/core/journal/impl/AIOSequentialFileFactory.java 2012-01-17
23:33:31 UTC (rev 12035)
@@ -23,7 +23,6 @@
import org.hornetq.core.asyncio.BufferCallback;
import org.hornetq.core.asyncio.impl.AsynchronousFileImpl;
-import org.hornetq.core.client.impl.ClientSessionFactoryImpl;
import org.hornetq.core.config.impl.ConfigurationImpl;
import org.hornetq.core.journal.IOCriticalErrorListener;
import org.hornetq.core.journal.SequentialFile;
@@ -345,7 +344,7 @@
{
public ClassLoader run()
{
- return ClientSessionFactoryImpl.class.getClassLoader();
+ return AIOSequentialFileFactory.class.getClassLoader();
}
});
Show replies by date