Return-Path: X-Original-To: apmail-directory-commits-archive@www.apache.org Delivered-To: apmail-directory-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C100A932B for ; Thu, 26 Apr 2012 09:48:37 +0000 (UTC) Received: (qmail 51516 invoked by uid 500); 26 Apr 2012 09:48:37 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 51481 invoked by uid 500); 26 Apr 2012 09:48:37 -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 51473 invoked by uid 99); 26 Apr 2012 09:48:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Apr 2012 09:48:37 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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, 26 Apr 2012 09:48:35 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 4FA612388962 for ; Thu, 26 Apr 2012 09:48:14 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1330735 - /directory/apacheds/branches/index-work/core-shared/src/main/java/org/apache/directory/server/core/shared/partition/DefaultPartitionNexus.java Date: Thu, 26 Apr 2012 09:48:14 -0000 To: commits@directory.apache.org From: elecharny@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120426094814.4FA612388962@eris.apache.org> Author: elecharny Date: Thu Apr 26 09:48:13 2012 New Revision: 1330735 URL: http://svn.apache.org/viewvc?rev=1330735&view=rev Log: Typo Modified: directory/apacheds/branches/index-work/core-shared/src/main/java/org/apache/directory/server/core/shared/partition/DefaultPartitionNexus.java Modified: directory/apacheds/branches/index-work/core-shared/src/main/java/org/apache/directory/server/core/shared/partition/DefaultPartitionNexus.java URL: http://svn.apache.org/viewvc/directory/apacheds/branches/index-work/core-shared/src/main/java/org/apache/directory/server/core/shared/partition/DefaultPartitionNexus.java?rev=1330735&r1=1330734&r2=1330735&view=diff ============================================================================== --- directory/apacheds/branches/index-work/core-shared/src/main/java/org/apache/directory/server/core/shared/partition/DefaultPartitionNexus.java (original) +++ directory/apacheds/branches/index-work/core-shared/src/main/java/org/apache/directory/server/core/shared/partition/DefaultPartitionNexus.java Thu Apr 26 09:48:13 2012 @@ -754,7 +754,7 @@ public class DefaultPartitionNexus exten { // We are searching from the rootDSE. We have to distinguish three cases : // 1) The scope is OBJECT : we have to return the rootDSE entry, filtered - // 2) The scope is ONELEVEL : we have to return all the Namin + // 2) The scope is ONELEVEL : we have to return all the Naming Contexts boolean isObjectScope = searchCtls.getSearchScope() == SearchControls.OBJECT_SCOPE; boolean isOnelevelScope = searchCtls.getSearchScope() == SearchControls.ONELEVEL_SCOPE;