Author: sebb
Date: Thu Jun 6 11:17:23 2013
New Revision: 1490237
URL: http://svn.apache.org/r1490237
Log:
Javadoc
Modified:
commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/parser/MVSFTPEntryParser.java
Modified:
commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/parser/MVSFTPEntryParser.java
URL:
http://svn.apache.org/viewvc/commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/parser/MVSFTPEntryParser.java?rev=1490237&r1=1490236&r2=1490237&view=diff
==============================================================================
---
commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/parser/MVSFTPEntryParser.java
(original)
+++
commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/parser/MVSFTPEntryParser.java
Thu Jun 6 11:17:23 2013
@@ -353,7 +353,7 @@ public class MVSFTPEntryParser extends C
*
* @param file
* @param entry
- * @return
+ * @return true if the entry string is non-null and non-empty
*/
private boolean parseSimpleEntry(FTPFile file, String entry) {
if (entry != null && entry.trim().length() > 0) {