[Yanel-commits] rev 54928 - public/yanel/trunk/src/impl/java/org/wyona/yanel/impl/resources/usecase/thread

michi at wyona.com michi at wyona.com
Wed Nov 24 15:14:21 CET 2010


Author: michi
Date: 2010-11-24 15:14:21 +0100 (Wed, 24 Nov 2010)
New Revision: 54928

Modified:
   public/yanel/trunk/src/impl/java/org/wyona/yanel/impl/resources/usecase/thread/UsecaseThread.java
Log:
note about grizzly added

Modified: public/yanel/trunk/src/impl/java/org/wyona/yanel/impl/resources/usecase/thread/UsecaseThread.java
===================================================================
--- public/yanel/trunk/src/impl/java/org/wyona/yanel/impl/resources/usecase/thread/UsecaseThread.java	2010-11-24 14:12:49 UTC (rev 54927)
+++ public/yanel/trunk/src/impl/java/org/wyona/yanel/impl/resources/usecase/thread/UsecaseThread.java	2010-11-24 14:14:21 UTC (rev 54928)
@@ -68,6 +68,7 @@
      * @throws IllegalStateException if a thread with the same key already exists in this repository.
      */
     public void attachThreadIDToRepository(org.wyona.yarep.core.Repository repository, String directoryPath) throws IllegalStateException, org.wyona.yarep.core.RepositoryException {
+        // Also see http://grizzly.java.net/
         log.warn("DEBUG: Java thread ID: " + getId());
         String threadKey = getThreadKey(this.threadID);
         String threadKeyPath = directoryPath + "/" + threadKey;



More information about the Yanel-commits mailing list