Author: sebb
Date: Wed Dec 12 12:32:36 2012
New Revision: 1420643
URL: http://svn.apache.org/viewvc?rev=1420643&view=rev
Log:
Javadoc fix
Modified:
commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/FTPClient.java
Modified:
commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/FTPClient.java
URL:
http://svn.apache.org/viewvc/commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/FTPClient.java?rev=1420643&r1=1420642&r2=1420643&view=diff
==============================================================================
---
commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/FTPClient.java
(original)
+++
commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/FTPClient.java
Wed Dec 12 12:32:36 2012
@@ -486,9 +486,10 @@ implements Configurable
* Parse the pathname from a CWD reply.
* <p>
* According to RFC959 (http://www.ietf.org/rfc/rfc959.txt),
- * it should be the same as for MKD - but without commentary - i.e.
- * {@code 257<space>"<directory-name>"}
- * where any double-quotes in <directory-name> are doubled.
+ * it should be the same as for MKD i.e.
+ * {@code 257<space>"<directory-name>"[<space>commentary]}
+ * where any double-quotes in {@code <directory-name>} are doubled.
+ * Unlike MKD, the commentary is optional.
* <p>
* However, see NET-442 for an exception.
*