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 2011/11/03 01:55:12 UTC

svn commit: r1196898 - /commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/provider/ftp/test/FtpProviderTestCase.java

Author: ggregory
Date: Thu Nov  3 00:55:11 2011
New Revision: 1196898

URL: http://svn.apache.org/viewvc?rev=1196898&view=rev
Log:
Format Javadoc.

Modified:
    commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/provider/ftp/test/FtpProviderTestCase.java

Modified: commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/provider/ftp/test/FtpProviderTestCase.java
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/provider/ftp/test/FtpProviderTestCase.java?rev=1196898&r1=1196897&r2=1196898&view=diff
==============================================================================
--- commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/provider/ftp/test/FtpProviderTestCase.java (original)
+++ commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/provider/ftp/test/FtpProviderTestCase.java Thu Nov  3 00:55:11 2011
@@ -38,6 +38,7 @@ public class FtpProviderTestCase
     implements ProviderTestConfig
 {
     private static final String TEST_URI = "test.ftp.uri";
+    
     /**
      * Creates the test suite for the ftp file system.
      */