From derby-commits-return-12353-apmail-db-derby-commits-archive=db.apache.org@db.apache.org Tue Jan 12 21:26:47 2010 Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 18391 invoked from network); 12 Jan 2010 21:26:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 Jan 2010 21:26:47 -0000 Received: (qmail 8786 invoked by uid 500); 12 Jan 2010 21:26:47 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 8715 invoked by uid 500); 12 Jan 2010 21:26:46 -0000 Mailing-List: contact derby-commits-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Derby Development" List-Id: Delivered-To: mailing list derby-commits@db.apache.org Received: (qmail 8706 invoked by uid 99); 12 Jan 2010 21:26:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jan 2010 21:26:46 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jan 2010 21:26:45 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 90F522388901; Tue, 12 Jan 2010 21:26:25 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r898523 - in /db/derby/code/trunk/java: engine/org/apache/derby/impl/sql/compile/CreateSequenceNode.java testing/org/apache/derbyTesting/junit/RuntimeStatisticsParser.java Date: Tue, 12 Jan 2010 21:26:25 -0000 To: derby-commits@db.apache.org From: rhillegas@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100112212625.90F522388901@eris.apache.org> Author: rhillegas Date: Tue Jan 12 21:26:25 2010 New Revision: 898523 URL: http://svn.apache.org/viewvc?rev=898523&view=rev Log: DERBY-712: Scrub some javadoc errors. Modified: db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/compile/CreateSequenceNode.java db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/RuntimeStatisticsParser.java Modified: db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/compile/CreateSequenceNode.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/compile/CreateSequenceNode.java?rev=898523&r1=898522&r2=898523&view=diff ============================================================================== --- db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/compile/CreateSequenceNode.java (original) +++ db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/compile/CreateSequenceNode.java Tue Jan 12 21:26:25 2010 @@ -58,7 +58,6 @@ * @param maxValue Largest value returned by the sequence generator * @param minValue Smallest value returned by the sequence generator * @param cycle True if the generator should wrap around, false otherwise - * @param sequenceName The name of the new sequence * * @throws org.apache.derby.iapi.error.StandardException on error */ Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/RuntimeStatisticsParser.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/RuntimeStatisticsParser.java?rev=898523&r1=898522&r2=898523&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/RuntimeStatisticsParser.java (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/RuntimeStatisticsParser.java Tue Jan 12 21:26:25 2010 @@ -213,7 +213,6 @@ /** * @param tableName - * @param indexName * @return true if passed indexName was used for Index Scan ResultSet * for the passed tableName */ @@ -410,7 +409,7 @@ /** * Find the start position ; sometimes using a scan start / stop is * a way of doing qualifiers using an index - * @ return the String array following start position: + * @return the String array following start position: */ public String [] getStartPosition() { int startStartIndex = statistics.indexOf("start position:"); @@ -428,7 +427,7 @@ /** * Find the stop position ; sometimes using a scan start / stop is * a way of doing qualifiers using an index - * @ return the String array following start position: + * @return the String array following start position: */ public String [] getStopPosition() { int startStopIndex = statistics.indexOf("stop position:");