You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by df...@apache.org on 2003/02/24 00:00:07 UTC

cvs commit: jakarta-commons/net/src/java/org/apache/commons/net/ftp DefaultFTPFileListParser.java

dfs         2003/02/23 15:00:03

  Modified:    net/src/java/org/apache/commons/net/ftp
                        DefaultFTPFileListParser.java
  Log:
  Fixed javadoc typo.
  
  Revision  Changes    Path
  1.4       +2 -2      jakarta-commons/net/src/java/org/apache/commons/net/ftp/DefaultFTPFileListParser.java
  
  Index: DefaultFTPFileListParser.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/net/src/java/org/apache/commons/net/ftp/DefaultFTPFileListParser.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- DefaultFTPFileListParser.java	26 Jan 2003 00:21:43 -0000	1.3
  +++ DefaultFTPFileListParser.java	23 Feb 2003 23:00:02 -0000	1.4
  @@ -146,8 +146,8 @@
        * <p>
        * @param entry  A single line of an FTP server listing with the
        *                 end of line truncated.
  -     * @return An FTPFile instance representing the file information.  null if
  -     *         the entry could be parsed, returns null.
  +     * @return An FTPFile instance representing the file information.  If
  +     *         the entry could not be parsed, returns null.
        ***/
       public FTPFile parseFTPEntry(String entry)
       {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org