Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 44806 invoked from network); 4 Feb 2007 18:31:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Feb 2007 18:31:40 -0000 Received: (qmail 74295 invoked by uid 500); 4 Feb 2007 18:31:46 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 74254 invoked by uid 500); 4 Feb 2007 18:31:46 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 74245 invoked by uid 99); 4 Feb 2007 18:31:46 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Feb 2007 10:31:45 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of mcintyre.a@gmail.com designates 64.233.182.184 as permitted sender) Received: from [64.233.182.184] (HELO nf-out-0910.google.com) (64.233.182.184) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Feb 2007 10:31:36 -0800 Received: by nf-out-0910.google.com with SMTP id m19so1842269nfc for ; Sun, 04 Feb 2007 10:31:15 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=fegNA1dvMFGHRQTrSQaelfNn6EzQ6t6Ux0qHuBcGmew17bNpUCJZJzL+fqh/R/1tR7f+3fLI2iu+y5v3QVFroVX+ItrSKQn2xT79qdSigNzwIiNZcwzMchGC2F/yrxOaWJ1Ev98Fp1w7Kyv08Y72cEQW17YdRVhsmAiF7OaaZqg= Received: by 10.49.8.1 with SMTP id l1mr1240363nfi.1170613865545; Sun, 04 Feb 2007 10:31:05 -0800 (PST) Received: by 10.49.75.19 with HTTP; Sun, 4 Feb 2007 10:31:05 -0800 (PST) Message-ID: <54ac72d70702041031k65e2e424l6ac708c51220194f@mail.gmail.com> Date: Sun, 4 Feb 2007 10:31:05 -0800 From: "Andrew McIntyre" To: derby-dev@db.apache.org Subject: Re: Question about java/storeless In-Reply-To: <45C612AB.30700@amberpoint.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <45C612AB.30700@amberpoint.com> X-Virus-Checked: Checked by ClamAV on apache.org On 2/4/07, Bryan Pendleton wrote: > > So here's my question: > - does the "Auto-generated method stub" comment mean that I am supposed > to update a code generator somewhere to have it regenerate this file > with a new method stub for my new method? Eclipse adds these "Auto-generated method stub" comments when creating a new class that implements an interface. > - or do I just update the file manually and place my new method stub in > here similar to the current existing method stubs? Yes, that should be fine. andrew