Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@apache.org Received: (qmail 140 invoked from network); 29 Jun 2002 01:06:02 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by 209.66.108.5 with SMTP; 29 Jun 2002 01:06:02 -0000 Received: (qmail 13256 invoked by uid 97); 29 Jun 2002 01:06:16 -0000 Delivered-To: qmlist-jakarta-archive-ant-dev@jakarta.apache.org Received: (qmail 13238 invoked by uid 97); 29 Jun 2002 01:06:15 -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 13223 invoked by uid 97); 29 Jun 2002 01:06:15 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Date: 29 Jun 2002 01:05:54 -0000 Message-ID: <20020629010554.19895.qmail@icarus.apache.org> From: ehatcher@apache.org To: jakarta-ant-cvs@apache.org Subject: cvs commit: jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional NetRexxC.java X-Spam-Rating: 209.66.108.5 1.6.2 0/1000/N X-Spam-Rating: 209.66.108.5 1.6.2 0/1000/N ehatcher 2002/06/28 18:05:54 Modified: src/main/org/apache/tools/ant/taskdefs/optional Tag: ANT_15_BRANCH NetRexxC.java Log: cut and paste error Revision Changes Path No revision No revision 1.19.2.2 +2 -3 jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/NetRexxC.java Index: NetRexxC.java =================================================================== RCS file: /home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/NetRexxC.java,v retrieving revision 1.19.2.1 retrieving revision 1.19.2.2 diff -u -r1.19.2.1 -r1.19.2.2 --- NetRexxC.java 24 Jun 2002 02:28:10 -0000 1.19.2.1 +++ NetRexxC.java 29 Jun 2002 01:05:54 -0000 1.19.2.2 @@ -518,9 +518,8 @@ /** - * Whether the task should suppress the "FooException is in SIGNALS list - * but is not signalled within the method", which is sometimes rather - * useless. The warning is logged as verbose message, though. + * Tells whether we should filter out any deprecation-messages + * of the compiler out. */ public void setSuppressDeprecation(boolean suppressDeprecation) { this.suppressDeprecation = suppressDeprecation; -- To unsubscribe, e-mail: For additional commands, e-mail: