Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@apache.org Received: (qmail 84694 invoked from network); 25 Feb 2002 15:10:12 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 25 Feb 2002 15:10:12 -0000 Received: (qmail 15587 invoked by uid 97); 25 Feb 2002 15:10:10 -0000 Delivered-To: qmlist-jakarta-archive-ant-dev@jakarta.apache.org Received: (qmail 15509 invoked by uid 97); 25 Feb 2002 15:10:09 -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 15498 invoked by uid 97); 25 Feb 2002 15:10:09 -0000 Date: 25 Feb 2002 15:09:52 -0000 Message-ID: <20020225150952.54552.qmail@icarus.apache.org> From: jskeet@apache.org To: jakarta-ant-cvs@apache.org Subject: cvs commit: jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/i18n Translate.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 jskeet 02/02/25 07:09:52 Modified: src/main/org/apache/tools/ant/taskdefs/optional/i18n Translate.java Log: First pass of JavaDoc work just to get rid of warnings. When this is complete, whole source tree should JavaDoc (with 1.4) with no warnings. (With JDK1.3.1 the 1.4-regexp stuff generates warnings, but that's all.) Revision Changes Path 1.10 +6 -4 jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/i18n/Translate.java Index: Translate.java =================================================================== RCS file: /home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/i18n/Translate.java,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- Translate.java 14 Feb 2002 23:02:26 -0000 1.9 +++ Translate.java 25 Feb 2002 15:09:52 -0000 1.10 @@ -119,7 +119,8 @@ */ private String endToken; /** - * Create new destination file? Defaults to false. + * Whether or not to create a new destination file. + * Defaults to false. */ private boolean forceOverwrite; /** @@ -227,9 +228,10 @@ } /** - * Overwrite existing file irrespective of whether it is newer than - * the source file as well as the resource bundle file? Defaults to - * false. + * Whether or not to overwrite existing file irrespective of + * whether it is newer than the source file as well as the + * resource bundle file. + * Defaults to false. */ public void setForceOverwrite(boolean forceOverwrite) { this.forceOverwrite = forceOverwrite; -- To unsubscribe, e-mail: For additional commands, e-mail: