ozeigermann    2004/06/12 06:33:36

  Modified:    test/src/java/org/apache/commons/test/file FileTest.java
               test/src/java/org/apache/commons/test/concurrent
                        RendezvousBarrier.java
               test/src/java/org/apache/commons/test/collection
                        CollectionTest.java
  Log:
  Removed author tag to indicate community is responsible
  
  Revision  Changes    Path
  1.2       +4 -4      
jakarta-commons-sandbox/test/src/java/org/apache/commons/test/file/FileTest.java
  
  Index: FileTest.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons-sandbox/test/src/java/org/apache/commons/test/file/FileTest.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- FileTest.java     11 Jun 2004 12:48:40 -0000      1.1
  +++ FileTest.java     12 Jun 2004 13:33:36 -0000      1.2
  @@ -31,7 +31,7 @@
   /**
    * Test helpers for collections. 
    *
  - * @author <a href="mailto:[EMAIL PROTECTED]">Oliver Zeigermann</a>
  + * @version $Revision$
    */
   public class FileTest {
   
  
  
  
  1.2       +4 -4      
jakarta-commons-sandbox/test/src/java/org/apache/commons/test/concurrent/RendezvousBarrier.java
  
  Index: RendezvousBarrier.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons-sandbox/test/src/java/org/apache/commons/test/concurrent/RendezvousBarrier.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- RendezvousBarrier.java    11 Jun 2004 12:22:56 -0000      1.1
  +++ RendezvousBarrier.java    12 Jun 2004 13:33:36 -0000      1.2
  @@ -27,7 +27,7 @@
    * Simple barrier that blocks until all parties have either called or have arrived 
at the meeting point. 
    * Very useful for testing that require to make concurrent settings deterministic.
    *
  - * @author <a href="mailto:[EMAIL PROTECTED]">Oliver Zeigermann</a>
  + * @version $Revision$
    */
   public class RendezvousBarrier {
   
  
  
  
  1.3       +4 -4      
jakarta-commons-sandbox/test/src/java/org/apache/commons/test/collection/CollectionTest.java
  
  Index: CollectionTest.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons-sandbox/test/src/java/org/apache/commons/test/collection/CollectionTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- CollectionTest.java       11 Jun 2004 12:47:58 -0000      1.2
  +++ CollectionTest.java       12 Jun 2004 13:33:36 -0000      1.3
  @@ -31,7 +31,7 @@
   /**
    * Test helpers for collections. 
    *
  - * @author <a href="mailto:[EMAIL PROTECTED]">Oliver Zeigermann</a>
  + * @version $Revision$
    */
   public class CollectionTest {
   
  
  
  

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

Reply via email to