Author: ecki
Date: Sun Jan 11 17:31:02 2015
New Revision: 1650929

URL: http://svn.apache.org/r1650929
Log:
[sandbox] test-javadoc: remove warnings

Modified:
    
commons/proper/vfs/trunk/sandbox/src/test/java/org/apache/commons/vfs2/provider/smb/test/FileNameTestCase.java

Modified: 
commons/proper/vfs/trunk/sandbox/src/test/java/org/apache/commons/vfs2/provider/smb/test/FileNameTestCase.java
URL: 
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/sandbox/src/test/java/org/apache/commons/vfs2/provider/smb/test/FileNameTestCase.java?rev=1650929&r1=1650928&r2=1650929&view=diff
==============================================================================
--- 
commons/proper/vfs/trunk/sandbox/src/test/java/org/apache/commons/vfs2/provider/smb/test/FileNameTestCase.java
 (original)
+++ 
commons/proper/vfs/trunk/sandbox/src/test/java/org/apache/commons/vfs2/provider/smb/test/FileNameTestCase.java
 Sun Jan 11 17:31:02 2015
@@ -29,6 +29,7 @@ public class FileNameTestCase
 {
     /**
      * Tests parsing a URI into its parts.
+     * @throws Exception in case of error
      */
     public void testParseUri() throws Exception
     {
@@ -112,6 +113,7 @@ public class FileNameTestCase
 
     /**
      * Tests error handling in URI parser.
+     * @throws Exception in case of error
      */
     public void testBadlyFormedUri() throws Exception
     {
@@ -141,7 +143,7 @@ public class FileNameTestCase
     }
 
     /**
-     * Tests that parsing a URI fails with the expected error.
+     * Assert that parsing a URI fails with the expected error.
      */
     private void testBadlyFormedUri(final String uri, final String errorMsg)
     {


Reply via email to