You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by no...@apache.org on 2005/05/03 18:30:06 UTC

svn commit: r167927 - /james/server/branches/merge_v2_and_trunk/src/java/org/apache/james/transport/JamesSpoolManager.java

Author: noel
Date: Tue May  3 09:30:03 2005
New Revision: 167927

URL: http://svn.apache.org/viewcvs?rev=167927&view=rev
Log:
we don't use the threadManager here anymore.  comment back out, and remove useless init that had crept in with the merger and required uncommenting the instance variable.

Modified:
    james/server/branches/merge_v2_and_trunk/src/java/org/apache/james/transport/JamesSpoolManager.java

Modified: james/server/branches/merge_v2_and_trunk/src/java/org/apache/james/transport/JamesSpoolManager.java
URL: http://svn.apache.org/viewcvs/james/server/branches/merge_v2_and_trunk/src/java/org/apache/james/transport/JamesSpoolManager.java?rev=167927&r1=167926&r2=167927&view=diff
==============================================================================
--- james/server/branches/merge_v2_and_trunk/src/java/org/apache/james/transport/JamesSpoolManager.java (original)
+++ james/server/branches/merge_v2_and_trunk/src/java/org/apache/james/transport/JamesSpoolManager.java Tue May  3 09:30:03 2005
@@ -99,7 +99,7 @@
     /**
      * The ThreadManager from which the thread pool is obtained.
      */
-    private ThreadManager threadManager;
+    // private ThreadManager threadManager;
 
     /**
      * Number of active threads
@@ -120,7 +120,7 @@
      * @see org.apache.avalon.framework.service.Serviceable#service(ServiceManager)
      */
     public void service(ServiceManager comp) throws ServiceException {
-        threadManager = (ThreadManager) comp.lookup(ThreadManager.ROLE);
+        // threadManager = (ThreadManager) comp.lookup(ThreadManager.ROLE);
         compMgr = new DefaultServiceManager(comp);
     }
 



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org