From dev-return-38459-apmail-directory-dev-archive=directory.apache.org@directory.apache.org Fri Jun 24 11:42:04 2011 Return-Path: X-Original-To: apmail-directory-dev-archive@www.apache.org Delivered-To: apmail-directory-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 81CC96A53 for ; Fri, 24 Jun 2011 11:42:04 +0000 (UTC) Received: (qmail 15886 invoked by uid 500); 24 Jun 2011 11:42:04 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 15790 invoked by uid 500); 24 Jun 2011 11:42:03 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 15776 invoked by uid 99); 24 Jun 2011 11:42:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Jun 2011 11:42:03 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of akarasulu@gmail.com designates 74.125.82.44 as permitted sender) Received: from [74.125.82.44] (HELO mail-ww0-f44.google.com) (74.125.82.44) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Jun 2011 11:41:57 +0000 Received: by wwe5 with SMTP id 5so2799960wwe.1 for ; Fri, 24 Jun 2011 04:41:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; bh=rySInaP7r8QooTgSCldyYBVhyEOhg6mxFs4mHcLDKZ8=; b=eqZkM8Cli0xGpm3MRwtmtlkOVu1/Na3C1c5eWmi3JhsfTspk7Kx1yjUR0mnfU+C7sa hSQaJ+omF9AC6UzDygfTQkflyH+8Ze7iEqgmUR9Ui54RBRps6ENFT2Mm5GG1sOFOq1PK m0jsmuW4UperxdC93dVycx95TUwyMDWe98j+U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=Hzcfm7dloR/PxLk5YC8p0GZv2phiyPdY0jBqcUfRhbe2zDDuBYFbKqI5YFEXzBNUT7 FBwuZds5iC9jJGZg2HPfg1Daj+FSHrvS7rCbO2ZFe2s+674pxqbNaiNQY3gMp2Gzxw48 vFyhCJx0FLTnBrRPKnlljlqpAu+4JeM+2wfPg= MIME-Version: 1.0 Received: by 10.216.61.4 with SMTP id v4mr557602wec.68.1308915696371; Fri, 24 Jun 2011 04:41:36 -0700 (PDT) Sender: akarasulu@gmail.com Received: by 10.216.13.74 with HTTP; Fri, 24 Jun 2011 04:41:36 -0700 (PDT) In-Reply-To: <4E044540.8010304@gmail.com> References: <4E044540.8010304@gmail.com> Date: Fri, 24 Jun 2011 14:41:36 +0300 X-Google-Sender-Auth: SbZKrerZsnHdfaBCoYcnNc5Yy7Q Message-ID: Subject: Re: svn commit: r1138906 - in /directory/apacheds/trunk: jdbm-partition/src/main/java/org/apache/directory/server/core/partition/impl/btree/jdbm/ xdbm-partition/src/main/java/org/apache/directory/server/xdbm/ xdbm-partition/src/main/java/org/apache/d From: Alex Karasulu To: Apache Directory Developers List , elecharny@apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Great thanks for the clarification. Finally this stuff is getting some polishing after years of rust. Thanks, Alex On Fri, Jun 24, 2011 at 11:05 AM, Emmanuel Lecharny w= rote: > On 6/24/11 10:00 AM, Alex Karasulu wrote: >> >> Can you explain why you did this? Sounds like a code reduction cleanup >> but if you can elaborate a bit more that would be great. > > Sure ! Those methods are already declared in their parent class, so no ne= ed > to declare them in the inherited class, when their body just do > super.(). > > It's basically removal of duplicated code. > > I also renamed the delete() method to remove(), to be consistent in the > naming : why should we used remove or delete to do the exact same thing? > > -- > Regards, > Cordialement, > Emmanuel L=E9charny > www.iktek.com > >