/[Apache-SVN]/jakarta/commons/proper/vfs/trunk/src/java/org/apache/commons/vfs/provider/ftp/FtpClientFactory.java
ViewVC logotype

Diff of /jakarta/commons/proper/vfs/trunk/src/java/org/apache/commons/vfs/provider/ftp/FtpClientFactory.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- jakarta/commons/proper/vfs/trunk/src/java/org/apache/commons/vfs/provider/ftp/FtpClientFactory.java	2005/06/02 10:41:12	179572
+++ jakarta/commons/proper/vfs/trunk/src/java/org/apache/commons/vfs/provider/ftp/FtpClientFactory.java	2005/06/02 10:59:55	179573
@@ -91,7 +91,7 @@ public class FtpClientFactory
                 {
                     if (!client.changeWorkingDirectory(workingDirectory))
                     {
-                        throw new FileSystemException("vfs.provider/get-attributes-no-exist.error", "/");
+                        throw new FileSystemException("vfs.provider.ftp/change-work-directory.error", "/");
                     }
                 }
 

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26