Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 54544 invoked from network); 29 Jun 2006 06:03:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Jun 2006 06:03:11 -0000 Received: (qmail 3644 invoked by uid 500); 29 Jun 2006 06:03:10 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 3612 invoked by uid 500); 29 Jun 2006 06:03:10 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 3603 invoked by uid 99); 29 Jun 2006 06:03:10 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Jun 2006 23:03:10 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [192.18.19.7] (HELO sineb-mail-2.sun.com) (192.18.19.7) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Jun 2006 23:03:09 -0700 Received: from fe-apac-06.sun.com (fe-apac-06.sun.com [192.18.19.177] (may be forged)) by sineb-mail-2.sun.com (8.13.6+Sun/8.12.9) with ESMTP id k5T62koo019140 for ; Thu, 29 Jun 2006 14:02:47 +0800 (SGT) Received: from conversion-daemon.mail-apac.sun.com by mail-apac.sun.com (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) id <0J1L00401Y4LNE00@mail-apac.sun.com> (original mail from V.Narayanan@Sun.COM) for derby-dev@db.apache.org; Thu, 29 Jun 2006 14:02:46 +0800 (SGT) Received: from [129.158.227.63] by mail-apac.sun.com (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) with ESMTPSA id <0J1L00DS7Y4I36VJ@mail-apac.sun.com> for derby-dev@db.apache.org; Thu, 29 Jun 2006 14:02:46 +0800 (SGT) Date: Thu, 29 Jun 2006 11:32:41 +0530 From: "V.Narayanan" Subject: Re: minor javadoc warnings in trunk In-reply-to: <58ed70f50606281937i4e53047cma66bcf0fdc904e3d@mail.gmail.com> Sender: V.Narayanan@Sun.COM To: derby-dev@db.apache.org Reply-to: V.Narayanan@Sun.COM Message-id: <44A36D01.9020205@Sun.COM> Organization: SUN MIME-version: 1.0 Content-type: text/plain; format=flowed; charset=us-ascii Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en References: <58ed70f50606281937i4e53047cma66bcf0fdc904e3d@mail.gmail.com> User-Agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.7) Gecko/20050530 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, Thank You for pointing this out. Related to patch for 1445. Have raised a JIRA issue and attached patch. thanx Narayanan Deepa Remesh wrote On 06/29/06 08:07,: > Noticed following javadoc warnings in trunk: > > [javadoc] > opensource\java\engine\org\apache\derby\iapi\jdbc\BrokeredCallableStatement40.java:287: > > warning - @param argument "parameterIndex" is not a parameter name. > [javadoc] > opensource\java\engine\org\apache\derby\iapi\jdbc\BrokeredCallableStatement40.java:303: > > warning - @param argument "parameterIndex" is not a parameter name. > [javadoc] > opensource\java\engine\org\apache\derby\iapi\jdbc\BrokeredCallableStatement40.java:319: > > warning - @param argument "parameterIndex" is not a parameter name. > > Thanks, > Deepa >