Author: sebb
Date: Fri Mar 18 01:39:35 2011
New Revision: 1082784
URL: http://svn.apache.org/viewvc?rev=1082784&view=rev
Log:
Javadoc
Modified:
commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/parser/RegexFTPFileEntryParserImpl.java
Modified:
commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/parser/RegexFTPFileEntryParserImpl.java
URL:
http://svn.apache.org/viewvc/commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/parser/RegexFTPFileEntryParserImpl.java?rev=1082784&r1=1082783&r2=1082784&view=diff
==============================================================================
---
commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/parser/RegexFTPFileEntryParserImpl.java
(original)
+++
commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/parser/RegexFTPFileEntryParserImpl.java
Fri Mar 18 01:39:35 2011
@@ -30,7 +30,7 @@ import org.apache.commons.net.ftp.FTPFil
* newer FTPFileEntryParser interfaces with default functionality.
* All the classes in the parser subpackage inherit from this.
*
- * This is the base for all regular based FTPFileEntryParser
+ * This is the base class for all regular expression based FTPFileEntryParser
classes
*
* @author Steve Cohen <[email protected]>
*/