From derby-commits-return-11936-apmail-db-derby-commits-archive=db.apache.org@db.apache.org Fri Aug 07 23:24:42 2009 Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 19374 invoked from network); 7 Aug 2009 23:24:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Aug 2009 23:24:42 -0000 Received: (qmail 7307 invoked by uid 500); 7 Aug 2009 23:24:49 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 7248 invoked by uid 500); 7 Aug 2009 23:24:49 -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 7239 invoked by uid 99); 7 Aug 2009 23:24:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Aug 2009 23:24:49 +0000 X-ASF-Spam-Status: No, hits=-1998.8 required=10.0 tests=ALL_TRUSTED,FS_REPLICA 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; Fri, 07 Aug 2009 23:24:46 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 922522388896; Fri, 7 Aug 2009 23:24:25 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r802266 - /db/derby/code/branches/10.5/java/testing/org/apache/derbyTesting/functionTests/tests/replicationTests/ReplicationRun_Local_3_p6.java Date: Fri, 07 Aug 2009 23:24:25 -0000 To: derby-commits@db.apache.org From: myrnavl@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090807232425.922522388896@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: myrnavl Date: Fri Aug 7 23:24:25 2009 New Revision: 802266 URL: http://svn.apache.org/viewvc?rev=802266&view=rev Log: Fixed misplaced javadoc backport of revision 777881, necessary after backport of revision 777105, done with revision 799091, for DERBY-3921. merge command: svn merge -c https://svn.apache.org/repos/asf/db/derby/code/trunk Modified: db/derby/code/branches/10.5/java/testing/org/apache/derbyTesting/functionTests/tests/replicationTests/ReplicationRun_Local_3_p6.java Modified: db/derby/code/branches/10.5/java/testing/org/apache/derbyTesting/functionTests/tests/replicationTests/ReplicationRun_Local_3_p6.java URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.5/java/testing/org/apache/derbyTesting/functionTests/tests/replicationTests/ReplicationRun_Local_3_p6.java?rev=802266&r1=802265&r2=802266&view=diff ============================================================================== --- db/derby/code/branches/10.5/java/testing/org/apache/derbyTesting/functionTests/tests/replicationTests/ReplicationRun_Local_3_p6.java (original) +++ db/derby/code/branches/10.5/java/testing/org/apache/derbyTesting/functionTests/tests/replicationTests/ReplicationRun_Local_3_p6.java Fri Aug 7 23:24:25 2009 @@ -43,11 +43,12 @@ public class ReplicationRun_Local_3_p6 extends ReplicationRun_Local_3 { + String getDerbyServerPID = null; + /** * Creates a new instance of ReplicationRun_Local * @param testcaseName Identifying the test. */ - String getDerbyServerPID = null; public ReplicationRun_Local_3_p6(String testcaseName) { super(testcaseName);