You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ad...@apache.org on 2003/01/22 00:53:56 UTC

cvs commit: jakarta-commons-sandbox/vfs/src/test/org/apache/commons/vfs/provider/jar/test NestedJarTestCase.java

adammurdoch    2003/01/21 15:53:56

  Modified:    vfs/src/test/org/apache/commons/vfs/provider/zip/test
                        NestedZipTestCase.java
               vfs/src/test/org/apache/commons/vfs/provider/temp/test
                        TemporaryProviderTestCase.java
               vfs/src/test/org/apache/commons/vfs/provider/smb/test
                        SmbProviderTestCase.java
               vfs/src/test/org/apache/commons/vfs/provider/jar/test
                        NestedJarTestCase.java
  Log:
  Fix javadocs.
  
  Revision  Changes    Path
  1.3       +1 -1      jakarta-commons-sandbox/vfs/src/test/org/apache/commons/vfs/provider/zip/test/NestedZipTestCase.java
  
  Index: NestedZipTestCase.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/vfs/src/test/org/apache/commons/vfs/provider/zip/test/NestedZipTestCase.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- NestedZipTestCase.java	23 Nov 2002 00:32:12 -0000	1.2
  +++ NestedZipTestCase.java	21 Jan 2003 23:53:55 -0000	1.3
  @@ -83,7 +83,7 @@
       }
   
       /**
  -     * Prepares the file system manager.  This implementation does nothing.
  +     * Prepares the file system manager.
        */
       public void prepare( final DefaultFileSystemManager manager )
           throws Exception
  
  
  
  1.4       +2 -2      jakarta-commons-sandbox/vfs/src/test/org/apache/commons/vfs/provider/temp/test/TemporaryProviderTestCase.java
  
  Index: TemporaryProviderTestCase.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/vfs/src/test/org/apache/commons/vfs/provider/temp/test/TemporaryProviderTestCase.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- TemporaryProviderTestCase.java	23 Nov 2002 00:33:54 -0000	1.3
  +++ TemporaryProviderTestCase.java	21 Jan 2003 23:53:56 -0000	1.4
  @@ -85,7 +85,7 @@
       }
   
       /**
  -     * Prepares the file system manager.  This implementation does nothing.
  +     * Prepares the file system manager.
        */
       public void prepare( final DefaultFileSystemManager manager )
           throws Exception
  
  
  
  1.4       +1 -1      jakarta-commons-sandbox/vfs/src/test/org/apache/commons/vfs/provider/smb/test/SmbProviderTestCase.java
  
  Index: SmbProviderTestCase.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/vfs/src/test/org/apache/commons/vfs/provider/smb/test/SmbProviderTestCase.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- SmbProviderTestCase.java	23 Nov 2002 00:33:54 -0000	1.3
  +++ SmbProviderTestCase.java	21 Jan 2003 23:53:56 -0000	1.4
  @@ -79,7 +79,7 @@
       }
   
       /**
  -     * Prepares the file system manager.  This implementation does nothing.
  +     * Prepares the file system manager.
        */
       public void prepare( final DefaultFileSystemManager manager )
           throws Exception
  
  
  
  1.5       +1 -1      jakarta-commons-sandbox/vfs/src/test/org/apache/commons/vfs/provider/jar/test/NestedJarTestCase.java
  
  Index: NestedJarTestCase.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/vfs/src/test/org/apache/commons/vfs/provider/jar/test/NestedJarTestCase.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- NestedJarTestCase.java	25 Nov 2002 05:48:17 -0000	1.4
  +++ NestedJarTestCase.java	21 Jan 2003 23:53:56 -0000	1.5
  @@ -84,7 +84,7 @@
       }
   
       /**
  -     * Prepares the file system manager.  This implementation does nothing.
  +     * Prepares the file system manager.
        */
       public void prepare( final DefaultFileSystemManager manager )
           throws Exception
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>