From derby-commits-return-2233-apmail-db-derby-commits-archive=db.apache.org@db.apache.org Fri Feb 03 17:36:43 2006 Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 34640 invoked from network); 3 Feb 2006 17:36:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Feb 2006 17:36:43 -0000 Received: (qmail 69798 invoked by uid 500); 3 Feb 2006 17:36:31 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 69442 invoked by uid 500); 3 Feb 2006 17:36:28 -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 69353 invoked by uid 99); 3 Feb 2006 17:36:27 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Feb 2006 09:36:27 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 03 Feb 2006 09:36:26 -0800 Received: (qmail 34281 invoked by uid 65534); 3 Feb 2006 17:36:06 -0000 Message-ID: <20060203173606.34280.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r374713 - /db/derby/code/trunk/java/engine/org/apache/derby/catalog/SystemProcedures.java Date: Fri, 03 Feb 2006 17:36:06 -0000 To: derby-commits@db.apache.org From: rhillegas@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: rhillegas Date: Fri Feb 3 09:36:04 2006 New Revision: 374713 URL: http://svn.apache.org/viewcvs?rev=374713&view=rev Log: Scrub javadoc error in SystemProcedures.java Modified: db/derby/code/trunk/java/engine/org/apache/derby/catalog/SystemProcedures.java Modified: db/derby/code/trunk/java/engine/org/apache/derby/catalog/SystemProcedures.java URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/java/engine/org/apache/derby/catalog/SystemProcedures.java?rev=374713&r1=374712&r2=374713&view=diff ============================================================================== --- db/derby/code/trunk/java/engine/org/apache/derby/catalog/SystemProcedures.java (original) +++ db/derby/code/trunk/java/engine/org/apache/derby/catalog/SystemProcedures.java Fri Feb 3 09:36:04 2006 @@ -1202,8 +1202,6 @@ * log(value) / log(10) * * where log is the natural log. - * @param value - * @return */ public static double LOG10(double value) {