Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@apache.org Received: (qmail 31535 invoked from network); 3 Jun 2002 15:56:30 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 3 Jun 2002 15:56:30 -0000 Received: (qmail 8184 invoked by uid 97); 3 Jun 2002 15:56:19 -0000 Delivered-To: qmlist-jakarta-archive-ant-dev@jakarta.apache.org Received: (qmail 8057 invoked by uid 97); 3 Jun 2002 15:56:18 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 7952 invoked by uid 98); 3 Jun 2002 15:56:17 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) From: Ernst de Haan Organization: EuroNet Internet B.V. To: ant-dev@jakarta.apache.org Subject: [PATCH] Native2Ascii.java Date: Mon, 3 Jun 2002 17:56:18 +0200 X-Mailer: KMail [version 1.4] MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="------------Boundary-00=_U905U7LPR7P4CFSJ1EWF" Message-Id: <200206031756.18896.ernsth@nl.euro.net> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N --------------Boundary-00=_U905U7LPR7P4CFSJ1EWF Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8bit Attached is a small patch for Native2Ascii.java. It fixes some spelling errors and a Javadoc error. Ernst --------------Boundary-00=_U905U7LPR7P4CFSJ1EWF Content-Type: text/x-diff; charset="us-ascii"; name="Native2Ascii.java.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="Native2Ascii.java.diff" Index: Native2Ascii.java =================================================================== RCS file: /home/cvspublic/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/Native2Ascii.java,v retrieving revision 1.7 diff -d -u -r1.7 Native2Ascii.java --- Native2Ascii.java 14 Apr 2002 11:16:15 -0000 1.7 +++ Native2Ascii.java 3 Jun 2002 15:53:50 -0000 @@ -108,7 +108,7 @@ /** * Set the source directory in which to find files to convert. * - * @param srcDir Direcrory to find input file in. + * @param srcDir directory to find input file in. */ public void setSrc(File srcDir){ this.srcDir = srcDir; @@ -116,7 +116,7 @@ /** - * Set the destination dirctory to place converted files into. + * Set the destination directory to place converted files into. * * @param destDir directory to place output file into. */ @@ -200,7 +200,8 @@ /** * Convert a single file. * - * @param fileName Name of the file to convert (relative to srcDir). + * @param srcName name of the input file. + * @param destName name of the input file. */ private void convert(String srcName, String destName) throws BuildException { --------------Boundary-00=_U905U7LPR7P4CFSJ1EWF Content-Type: text/plain; charset=us-ascii -- To unsubscribe, e-mail: For additional commands, e-mail: --------------Boundary-00=_U905U7LPR7P4CFSJ1EWF--