leif        02/04/03 05:45:58

  Modified:    all/src/java/org/apache/avalon/excalibur/component
                        ComponentHandler.java DefaultComponentHandler.java
                        PoolableComponentHandler.java
                        ThreadSafeComponentHandler.java
               all/src/java/org/apache/avalon/excalibur/pool
                        ResourceLimitingPool.java Validatable.java
                        ValidatedResourceLimitingPool.java
               all/src/java/org/apache/avalon/excalibur/testcase
                        BufferedLogger.java LatchedThreadGroup.java
  Log:
  Email address change.
  
  Revision  Changes    Path
  1.10      +2 -2      
jakarta-avalon-excalibur/all/src/java/org/apache/avalon/excalibur/component/ComponentHandler.java
  
  Index: ComponentHandler.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/all/src/java/org/apache/avalon/excalibur/component/ComponentHandler.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- ComponentHandler.java     29 Mar 2002 14:02:24 -0000      1.9
  +++ ComponentHandler.java     3 Apr 2002 13:45:57 -0000       1.10
  @@ -25,8 +25,8 @@
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Berin Loritsch</a>
    * @author <a href="mailto:[EMAIL PROTECTED]">Ryan Shaw</a>
  - * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
  - * @version CVS $Revision: 1.9 $ $Date: 2002/03/29 14:02:24 $
  + * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
  + * @version CVS $Revision: 1.10 $ $Date: 2002/04/03 13:45:57 $
    * @since 4.0
    */
   public abstract class ComponentHandler extends AbstractLoggable
  
  
  
  1.12      +2 -2      
jakarta-avalon-excalibur/all/src/java/org/apache/avalon/excalibur/component/DefaultComponentHandler.java
  
  Index: DefaultComponentHandler.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/all/src/java/org/apache/avalon/excalibur/component/DefaultComponentHandler.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- DefaultComponentHandler.java      24 Mar 2002 09:56:39 -0000      1.11
  +++ DefaultComponentHandler.java      3 Apr 2002 13:45:57 -0000       1.12
  @@ -21,8 +21,8 @@
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Berin Loritsch</a>
    * @author <a href="mailto:[EMAIL PROTECTED]">Ryan Shaw</a>
  - * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
  - * @version CVS $Revision: 1.11 $ $Date: 2002/03/24 09:56:39 $
  + * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
  + * @version CVS $Revision: 1.12 $ $Date: 2002/04/03 13:45:57 $
    * @since 4.0
    */
   public class DefaultComponentHandler
  
  
  
  1.13      +2 -2      
jakarta-avalon-excalibur/all/src/java/org/apache/avalon/excalibur/component/PoolableComponentHandler.java
  
  Index: PoolableComponentHandler.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/all/src/java/org/apache/avalon/excalibur/component/PoolableComponentHandler.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- PoolableComponentHandler.java     16 Mar 2002 00:05:39 -0000      1.12
  +++ PoolableComponentHandler.java     3 Apr 2002 13:45:57 -0000       1.13
  @@ -80,9 +80,9 @@
    * </ul>
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Berin Loritsch</a>
  - * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
  + * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
    * @author <a href="mailto:[EMAIL PROTECTED]">Ryan Shaw</a>
  - * @version CVS $Revision: 1.12 $ $Date: 2002/03/16 00:05:39 $
  + * @version CVS $Revision: 1.13 $ $Date: 2002/04/03 13:45:57 $
    * @since 4.0
    */
   public class PoolableComponentHandler extends ComponentHandler
  
  
  
  1.12      +2 -2      
jakarta-avalon-excalibur/all/src/java/org/apache/avalon/excalibur/component/ThreadSafeComponentHandler.java
  
  Index: ThreadSafeComponentHandler.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/all/src/java/org/apache/avalon/excalibur/component/ThreadSafeComponentHandler.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- ThreadSafeComponentHandler.java   16 Mar 2002 00:05:39 -0000      1.11
  +++ ThreadSafeComponentHandler.java   3 Apr 2002 13:45:57 -0000       1.12
  @@ -22,8 +22,8 @@
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Berin Loritsch</a>
    * @author <a href="mailto:[EMAIL PROTECTED]">Ryan Shaw</a>
  - * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
  - * @version CVS $Revision: 1.11 $ $Date: 2002/03/16 00:05:39 $
  + * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
  + * @version CVS $Revision: 1.12 $ $Date: 2002/04/03 13:45:57 $
    * @since 4.0
    */
   public class ThreadSafeComponentHandler extends ComponentHandler
  
  
  
  1.5       +2 -2      
jakarta-avalon-excalibur/all/src/java/org/apache/avalon/excalibur/pool/ResourceLimitingPool.java
  
  Index: ResourceLimitingPool.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/all/src/java/org/apache/avalon/excalibur/pool/ResourceLimitingPool.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ResourceLimitingPool.java 24 Mar 2002 09:56:39 -0000      1.4
  +++ ResourceLimitingPool.java 3 Apr 2002 13:45:57 -0000       1.5
  @@ -25,8 +25,8 @@
    *  called.  Applications can optionally call trim() to force old objects to 
be
    *  trimmed.  See the [EMAIL PROTECTED] #trim()} method for details of how 
trimming works.
    *
  - * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
  - * @version CVS $Revision: 1.4 $ $Date: 2002/03/24 09:56:39 $
  + * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
  + * @version CVS $Revision: 1.5 $ $Date: 2002/04/03 13:45:57 $
    * @since 4.1
    */
   public class ResourceLimitingPool
  
  
  
  1.4       +2 -2      
jakarta-avalon-excalibur/all/src/java/org/apache/avalon/excalibur/pool/Validatable.java
  
  Index: Validatable.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/all/src/java/org/apache/avalon/excalibur/pool/Validatable.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Validatable.java  16 Mar 2002 00:05:41 -0000      1.3
  +++ Validatable.java  3 Apr 2002 13:45:57 -0000       1.4
  @@ -10,8 +10,8 @@
   /**
    * Used to define an object which can be validated by a 
ValidatedResourceLimitingPool.
    *
  - * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
  - * @version CVS $Revision: 1.3 $ $Date: 2002/03/16 00:05:41 $
  + * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
  + * @version CVS $Revision: 1.4 $ $Date: 2002/04/03 13:45:57 $
    * @since 4.1
    */
   public interface Validatable
  
  
  
  1.4       +2 -2      
jakarta-avalon-excalibur/all/src/java/org/apache/avalon/excalibur/pool/ValidatedResourceLimitingPool.java
  
  Index: ValidatedResourceLimitingPool.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/all/src/java/org/apache/avalon/excalibur/pool/ValidatedResourceLimitingPool.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ValidatedResourceLimitingPool.java        16 Mar 2002 00:05:41 -0000      
1.3
  +++ ValidatedResourceLimitingPool.java        3 Apr 2002 13:45:57 -0000       
1.4
  @@ -11,8 +11,8 @@
    * A ResourceLimitingPool which validates reused poolables before they are
    *  returned with a call get().
    *
  - * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
  - * @version CVS $Revision: 1.3 $ $Date: 2002/03/16 00:05:41 $
  + * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
  + * @version CVS $Revision: 1.4 $ $Date: 2002/04/03 13:45:57 $
    * @since 4.1
    */
   public class ValidatedResourceLimitingPool
  
  
  
  1.4       +2 -2      
jakarta-avalon-excalibur/all/src/java/org/apache/avalon/excalibur/testcase/BufferedLogger.java
  
  Index: BufferedLogger.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/all/src/java/org/apache/avalon/excalibur/testcase/BufferedLogger.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- BufferedLogger.java       16 Mar 2002 00:05:42 -0000      1.3
  +++ BufferedLogger.java       3 Apr 2002 13:45:57 -0000       1.4
  @@ -16,8 +16,8 @@
    *  When logging is complete call toString() on the logger to obtain the
    *  logged output.  Useful for testing.
    *
  - * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
  - * @version CVS $Revision: 1.3 $ $Date: 2002/03/16 00:05:42 $
  + * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
  + * @version CVS $Revision: 1.4 $ $Date: 2002/04/03 13:45:57 $
    * @since 4.0
    */
   public class BufferedLogger
  
  
  
  1.5       +2 -2      
jakarta-avalon-excalibur/all/src/java/org/apache/avalon/excalibur/testcase/LatchedThreadGroup.java
  
  Index: LatchedThreadGroup.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/all/src/java/org/apache/avalon/excalibur/testcase/LatchedThreadGroup.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- LatchedThreadGroup.java   16 Mar 2002 00:05:42 -0000      1.4
  +++ LatchedThreadGroup.java   3 Apr 2002 13:45:57 -0000       1.5
  @@ -19,8 +19,8 @@
    *  until the go method is called.  The go method will not return until all 
of the
    *  Runnables have completed.
    *
  - * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
  - * @version $Id: LatchedThreadGroup.java,v 1.4 2002/03/16 00:05:42 donaldp 
Exp $
  + * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
  + * @version $Id: LatchedThreadGroup.java,v 1.5 2002/04/03 13:45:57 leif Exp $
    */
   public class LatchedThreadGroup
       extends AbstractLogEnabled
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to