Author: sebb
Date: Tue May  2 15:22:21 2017
New Revision: 1793530

URL: http://svn.apache.org/viewvc?rev=1793530&view=rev
Log:
Javadoc fix (NET-407)

Modified:
    
commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/FTPClientConfig.java

Modified: 
commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/FTPClientConfig.java
URL: 
http://svn.apache.org/viewvc/commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/FTPClientConfig.java?rev=1793530&r1=1793529&r2=1793530&view=diff
==============================================================================
--- 
commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/FTPClientConfig.java
 (original)
+++ 
commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/FTPClientConfig.java
 Tue May  2 15:22:21 2017
@@ -463,7 +463,7 @@ public class FTPClientConfig
      * <p>
      * getter for the {@link  #setLenientFutureDates(boolean)  
lenientFutureDates} property.
      * </p>
-     * @return Returns the lenientFutureDates.
+     * @return Returns the lenientFutureDates (default true).
      * @since 1.5
      */
     public boolean isLenientFutureDates() {
@@ -511,7 +511,7 @@ public class FTPClientConfig
     /**
      * <p>
      * setter for the lenientFutureDates property.  This boolean property
-     * (default: false) only has meaning when a
+     * (default: true) only has meaning when a
      * {@link  #setRecentDateFormatStr(String)  recentDateFormatStr} property
      * has been set.  In that case, if this property is set true, then the
      * parser, when it encounters a listing parseable with the recent date


Reply via email to