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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon May 19 17:11:54 EDT 2008


Author: clebert.suconic at jboss.com
Date: 2008-05-19 17:11:54 -0400 (Mon, 19 May 2008)
New Revision: 4243

Modified:
   trunk/src/main/org/jboss/messaging/core/asyncio/impl/AsynchronousFileImpl.java
Log:
typo on javadoc

Modified: trunk/src/main/org/jboss/messaging/core/asyncio/impl/AsynchronousFileImpl.java
===================================================================
--- trunk/src/main/org/jboss/messaging/core/asyncio/impl/AsynchronousFileImpl.java	2008-05-19 20:23:03 UTC (rev 4242)
+++ trunk/src/main/org/jboss/messaging/core/asyncio/impl/AsynchronousFileImpl.java	2008-05-19 21:11:54 UTC (rev 4243)
@@ -259,9 +259,6 @@
 	// Native
 	// ------------------------------------------------------------------------------------------
 	
-	/** 
-	 * I'm sending aioPackageClazz here, as you could have multiple classLoaders with the same class, and I don't want the hassle of doing classLoading in the Native layer
-	 */
 	@SuppressWarnings("unchecked")
 	private static native long init(String fileName, int maxIO, Logger logger);
 	
@@ -299,7 +296,6 @@
       }
       public void run()
       {
-         // informing caller that this thread already has the lock
          pollEvents();
       }
    }	




More information about the jboss-cvs-commits mailing list