Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 10069 invoked from network); 23 Dec 2008 16:37:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Dec 2008 16:37:40 -0000 Received: (qmail 940 invoked by uid 500); 23 Dec 2008 16:37:37 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 921 invoked by uid 500); 23 Dec 2008 16:37:37 -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 828 invoked by uid 99); 23 Dec 2008 16:37:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Dec 2008 08:37:36 -0800 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, 23 Dec 2008 16:37:35 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id C4E58238896F; Tue, 23 Dec 2008 08:37:15 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r729034 - /db/derby/code/trunk/java/stubs/jsr169/java/sql/CallableStatement.java Date: Tue, 23 Dec 2008 16:37:15 -0000 To: derby-commits@db.apache.org From: rhillegas@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20081223163715.C4E58238896F@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: rhillegas Date: Tue Dec 23 08:37:15 2008 New Revision: 729034 URL: http://svn.apache.org/viewvc?rev=729034&view=rev Log: DERBY-3984: Reapplying 728990: the import of BigDecimal is, in any event, useless. Modified: db/derby/code/trunk/java/stubs/jsr169/java/sql/CallableStatement.java Modified: db/derby/code/trunk/java/stubs/jsr169/java/sql/CallableStatement.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/stubs/jsr169/java/sql/CallableStatement.java?rev=729034&r1=729033&r2=729034&view=diff ============================================================================== --- db/derby/code/trunk/java/stubs/jsr169/java/sql/CallableStatement.java (original) +++ db/derby/code/trunk/java/stubs/jsr169/java/sql/CallableStatement.java Tue Dec 23 08:37:15 2008 @@ -17,7 +17,6 @@ package java.sql; -import java.math.BigDecimal; import java.util.Calendar; import java.util.Map; import java.net.URL;