You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by tr...@apache.org on 2006/09/06 05:07:36 UTC

svn commit: r440586 - /directory/trunks/mina/core/src/main/java/org/apache/mina/common/PooledThreadModel.java

Author: trustin
Date: Tue Sep  5 20:07:35 2006
New Revision: 440586

URL: http://svn.apache.org/viewvc?view=rev&rev=440586
Log:
More note on PooledThreadModel.setThreadPool

Modified:
    directory/trunks/mina/core/src/main/java/org/apache/mina/common/PooledThreadModel.java

Modified: directory/trunks/mina/core/src/main/java/org/apache/mina/common/PooledThreadModel.java
URL: http://svn.apache.org/viewvc/directory/trunks/mina/core/src/main/java/org/apache/mina/common/PooledThreadModel.java?view=diff&rev=440586&r1=440585&r2=440586
==============================================================================
--- directory/trunks/mina/core/src/main/java/org/apache/mina/common/PooledThreadModel.java (original)
+++ directory/trunks/mina/core/src/main/java/org/apache/mina/common/PooledThreadModel.java Tue Sep  5 20:07:35 2006
@@ -110,7 +110,9 @@
     
     /**
      * Changes the underlying {@link ThreadPool} of this model.
-     * Only newly created {@link IoSession}s will be affected.
+     * Previous settings such as thread name prefix and the number
+     * of threads should be configured again. Only newly created
+     * {@link IoSession}s will be affected.
      */
     public void setThreadPool( ThreadPool threadPool )
     {