[jboss-cvs] jboss-mail/src/java/org/jboss/mail ...

Andy Oliver acoliver at jboss.org
Mon Jul 24 15:27:47 EDT 2006


  User: acoliver
  Date: 06/07/24 15:27:47

  Modified:    src/java/org/jboss/mail  Reaper.java
  Log:
  IMAP works again...pieces of my (still private) BODYSTRUCTURE...  I still have a lot of stuff to commit but this patch makes it easier to work with mike on folder stuff
  
  Revision  Changes    Path
  1.11      +7 -3      jboss-mail/src/java/org/jboss/mail/Reaper.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Reaper.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-mail/src/java/org/jboss/mail/Reaper.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- Reaper.java	11 Jun 2006 14:06:22 -0000	1.10
  +++ Reaper.java	24 Jul 2006 19:27:47 -0000	1.11
  @@ -35,7 +35,7 @@
    * The reaper attempts to enforce a timeout.
    * 
    * @author Andrew C. Oliver <acoliver ot jboss dat org>
  - * @version $Revision: 1.10 $
  + * @version $Revision: 1.11 $
    */
   public class Reaper implements Runnable {
       long pulse;
  @@ -120,8 +120,12 @@
       }
   
       public void unlock(Thread thread) {
  +    	try {
           TimeAndLife tal = (TimeAndLife) reapables.get(thread);
           tal.unlock();
  +    	} catch (Exception e) {
  +    		
  +    	}
       }
   
       public void update(Thread thread) {
  
  
  



More information about the jboss-cvs-commits mailing list