Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 59341 invoked from network); 22 Apr 2005 22:36:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Apr 2005 22:36:08 -0000 Received: (qmail 44584 invoked by uid 500); 22 Apr 2005 22:36:37 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 44562 invoked by uid 500); 22 Apr 2005 22:36:36 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 44548 invoked by uid 99); 22 Apr 2005 22:36:36 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Fri, 22 Apr 2005 15:36:36 -0700 Received: (qmail 59330 invoked by uid 65534); 22 Apr 2005 22:36:06 -0000 Message-ID: <20050422223606.59329.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: svn commit: r164289 - /directory/apacheds/trunk/core/src/main/java/org/apache/ldap/server/db/Database.java Date: Fri, 22 Apr 2005 22:36:06 -0000 To: commits@directory.apache.org From: elecharny@apache.org X-Mailer: svnmailer-1.0.0-dev X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: elecharny Date: Fri Apr 22 15:36:04 2005 New Revision: 164289 URL: http://svn.apache.org/viewcvs?rev=3D164289&view=3Drev Log: Corrected the typo Heirarchy -> Hierarchy (JIRA DIREVE-153) Modified: directory/apacheds/trunk/core/src/main/java/org/apache/ldap/server/db/D= atabase.java Modified: directory/apacheds/trunk/core/src/main/java/org/apache/ldap/serve= r/db/Database.java URL: http://svn.apache.org/viewcvs/directory/apacheds/trunk/core/src/main/j= ava/org/apache/ldap/server/db/Database.java?rev=3D164289&r1=3D164288&r2=3D1= 64289&view=3Ddiff =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- directory/apacheds/trunk/core/src/main/java/org/apache/ldap/server/db/D= atabase.java (original) +++ directory/apacheds/trunk/core/src/main/java/org/apache/ldap/server/db/D= atabase.java Fri Apr 22 15:36:04 2005 @@ -88,9 +88,9 @@ * Gets the Index mapping the BigInteger primary keys of parents to th= e=20 * BigInteger primary keys of their children. * - * @return the heirarchy Index + * @return the hierarchy Index */ - Index getHeirarchyIndex(); + Index getHierarchyIndex(); =20 /** * Gets the Index mapping user provided distinguished names of entries= as=20 @@ -150,11 +150,11 @@ void setExistanceIndexOn( AttributeType attrType ) throws NamingExcept= ion; =20 /** - * Sets the heirarchy Index. + * Sets the hierarchy Index. * - * @param attrType the heirarchy Index + * @param attrType the hierarchy Index */ =20 - void setHeirarchyIndexOn( AttributeType attrType ) throws NamingExcept= ion; + void setHierarchyIndexOn( AttributeType attrType ) throws NamingExcept= ion; =20 /** * Sets the user provided distinguished name Index.