Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@apache.org Received: (qmail 62550 invoked from network); 23 Feb 2003 23:00:13 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 23 Feb 2003 23:00:13 -0000 Received: (qmail 10943 invoked by uid 97); 23 Feb 2003 23:01:54 -0000 Delivered-To: qmlist-jakarta-archive-commons-dev@nagoya.betaversion.org Received: (qmail 10936 invoked from network); 23 Feb 2003 23:01:54 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 23 Feb 2003 23:01:54 -0000 Received: (qmail 62384 invoked by uid 500); 23 Feb 2003 23:00:11 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 62373 invoked by uid 500); 23 Feb 2003 23:00:11 -0000 Received: (qmail 62370 invoked from network); 23 Feb 2003 23:00:10 -0000 Received: from icarus.apache.org (208.185.179.13) by daedalus.apache.org with SMTP; 23 Feb 2003 23:00:10 -0000 Received: (qmail 11684 invoked by uid 1170); 23 Feb 2003 23:00:08 -0000 Date: 23 Feb 2003 23:00:07 -0000 Message-ID: <20030223230007.11680.qmail@icarus.apache.org> From: dfs@apache.org To: jakarta-commons-cvs@apache.org Subject: cvs commit: jakarta-commons/net/src/java/org/apache/commons/net/ftp DefaultFTPFileListParser.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 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 @@ *

* @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