r9810 - apps/modules/trunk/helma

[email protected] Tue, 19 May 2009 16:38:54 +0200 (CEST)
Newsgroups gmane.comp.java.helma.cvs
Message-ID <20090519143854.3FD633D0E3@mia>
Author: zumbrunn
Date: 2009-05-19 16:38:54 +0200 (Tue, 19 May 2009)
New Revision: 9810

Modified:
   apps/modules/trunk/helma/Ftp.js
Log:
fixed code example for helma.Ftp.deleteFile method to use correct method name

Details at http://dev.helma.org/trac/helma/changeset/9810

Modified: apps/modules/trunk/helma/Ftp.js
===================================================================
--- apps/modules/trunk/helma/Ftp.js	2009-05-19 11:04:22 UTC (rev 9809)
+++ apps/modules/trunk/helma/Ftp.js	2009-05-19 14:38:54 UTC (rev 9810)
@@ -492,7 +492,7 @@
    /**
     * Deletes a file on the FTP server.
     * 
-    * @example var str = ftp.delete("messages.txt");
+    * @example var str = ftp.deleteFile("messages.txt");
     * @param {String} remoteFile as String, the name of the file to be deleted
     * @return Boolean true if the deletion was successful, false otherwise
     * @type Boolean