Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 46359 invoked from network); 1 Oct 2003 08:27:49 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 1 Oct 2003 08:27:49 -0000 Received: (qmail 16080 invoked by uid 500); 1 Oct 2003 08:27:23 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 15907 invoked by uid 500); 1 Oct 2003 08:27:22 -0000 Mailing-List: contact dev-help@ant.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 dev@ant.apache.org Received: (qmail 15894 invoked by uid 500); 1 Oct 2003 08:27:21 -0000 Received: (qmail 15891 invoked from network); 1 Oct 2003 08:27:21 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 1 Oct 2003 08:27:21 -0000 Received: (qmail 46339 invoked by uid 1652); 1 Oct 2003 08:27:46 -0000 Date: 1 Oct 2003 08:27:46 -0000 Message-ID: <20031001082746.46338.qmail@minotaur.apache.org> From: antoine@apache.org To: ant-cvs@apache.org Subject: cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/optional/ejb WebsphereDeploymentTool.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N antoine 2003/10/01 01:27:46 Modified: src/main/org/apache/tools/ant/taskdefs/optional/ejb WebsphereDeploymentTool.java Log: Merge from ANT_16_BRANCH PR: 23535 Submitted by: Nick Chalko (nick at chalko dot com) Revision Changes Path 1.26 +2 -2 ant/src/main/org/apache/tools/ant/taskdefs/optional/ejb/WebsphereDeploymentTool.java Index: WebsphereDeploymentTool.java =================================================================== RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/optional/ejb/WebsphereDeploymentTool.java,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- WebsphereDeploymentTool.java 19 Jul 2003 11:20:17 -0000 1.25 +++ WebsphereDeploymentTool.java 1 Oct 2003 08:27:46 -0000 1.26 @@ -275,9 +275,9 @@ /** * Flag to disable informational messages; optional, default false. * - * @param noinfom + * @param noinform if true disables informational messages */ - public void setNoinform(boolean noinfom) { + public void setNoinform(boolean noinform) { this.noinform = noinform; } --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org