You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2017/09/07 04:53:30 UTC

svn commit: r1807557 - /commons/proper/vfs/trunk/commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/zip/test/FileLockTestCase.java

Author: ggregory
Date: Thu Sep  7 04:53:30 2017
New Revision: 1807557

URL: http://svn.apache.org/viewvc?rev=1807557&view=rev
Log:
Minor javadoc fixes.

Modified:
    commons/proper/vfs/trunk/commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/zip/test/FileLockTestCase.java

Modified: commons/proper/vfs/trunk/commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/zip/test/FileLockTestCase.java
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/zip/test/FileLockTestCase.java?rev=1807557&r1=1807556&r2=1807557&view=diff
==============================================================================
--- commons/proper/vfs/trunk/commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/zip/test/FileLockTestCase.java (original)
+++ commons/proper/vfs/trunk/commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/zip/test/FileLockTestCase.java Thu Sep  7 04:53:30 2017
@@ -138,10 +138,10 @@ public class FileLockTestCase {
     }
 
     /**
-     * This test checks whether we can modify an underlying zip file after we have performed IO operations on files
-     * within it, but although we no longer have any FileObjects explicitely open.
+     * This test checks whether we can modify an underlying Zip file after we have performed IO operations on files
+     * within it, but although we no longer have any FileObjects explicitly open.
      * 
-     * @throws IOException
+     * @throws Exception
      */
     @Test
     public void testResolveAndOpenCloseInputStream() throws Exception {