From derby-commits-return-12927-apmail-db-derby-commits-archive=db.apache.org@db.apache.org Thu Jul 08 22:02:53 2010 Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 93738 invoked from network); 8 Jul 2010 22:02:53 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Jul 2010 22:02:53 -0000 Received: (qmail 85913 invoked by uid 500); 8 Jul 2010 22:02:53 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 85876 invoked by uid 500); 8 Jul 2010 22:02:52 -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 85869 invoked by uid 99); 8 Jul 2010 22:02:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Jul 2010 22:02:52 +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; Thu, 08 Jul 2010 22:02:49 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id BCD912388994; Thu, 8 Jul 2010 22:01:26 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r961958 - /db/derby/code/branches/10.5/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/BLOBTest.java Date: Thu, 08 Jul 2010 22:01:26 -0000 To: derby-commits@db.apache.org From: mikem@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100708220126.BCD912388994@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: mikem Date: Thu Jul 8 22:01:26 2010 New Revision: 961958 URL: http://svn.apache.org/viewvc?rev=961958&view=rev Log: javadoc fix. Modified: db/derby/code/branches/10.5/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/BLOBTest.java Modified: db/derby/code/branches/10.5/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/BLOBTest.java URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.5/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/BLOBTest.java?rev=961958&r1=961957&r2=961958&view=diff ============================================================================== --- db/derby/code/branches/10.5/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/BLOBTest.java (original) +++ db/derby/code/branches/10.5/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/BLOBTest.java Thu Jul 8 22:01:26 2010 @@ -393,8 +393,6 @@ final public class BLOBTest extends Base *

* See DERBY-4477. *

- * @see org.apache.derbyTesting.functionTests.tests.memory.BlobMemTest#testDerby4477_3645_3646_Repro_lowmem - * @see org.apache.derbyTesting.functionTests.tests.memory.ClobMemTest#testDerby4477_3645_3646_Repro_lowmem_clob */ public void testDerby4477_3645_3646_Repro() throws SQLException, IOException { setAutoCommit(false);