Return-Path: X-Original-To: apmail-jackrabbit-commits-archive@www.apache.org Delivered-To: apmail-jackrabbit-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 5EEE16D45 for ; Tue, 14 Jun 2011 14:19:26 +0000 (UTC) Received: (qmail 86105 invoked by uid 500); 14 Jun 2011 14:19:26 -0000 Delivered-To: apmail-jackrabbit-commits-archive@jackrabbit.apache.org Received: (qmail 86077 invoked by uid 500); 14 Jun 2011 14:19:26 -0000 Mailing-List: contact commits-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list commits@jackrabbit.apache.org Received: (qmail 86070 invoked by uid 99); 14 Jun 2011 14:19:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jun 2011 14:19:26 +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; Tue, 14 Jun 2011 14:19:25 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 4460F2388906; Tue, 14 Jun 2011 14:19:05 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1135595 - /jackrabbit/sandbox/spi2microkernel/src/main/java/org/apache/jackrabbit/spi2microkernel/util/ItemInfos.java Date: Tue, 14 Jun 2011 14:19:05 -0000 To: commits@jackrabbit.apache.org From: mduerig@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110614141905.4460F2388906@eris.apache.org> Author: mduerig Date: Tue Jun 14 14:19:04 2011 New Revision: 1135595 URL: http://svn.apache.org/viewvc?rev=1135595&view=rev Log: spi2microkernel prototype (WIP) comment Modified: jackrabbit/sandbox/spi2microkernel/src/main/java/org/apache/jackrabbit/spi2microkernel/util/ItemInfos.java Modified: jackrabbit/sandbox/spi2microkernel/src/main/java/org/apache/jackrabbit/spi2microkernel/util/ItemInfos.java URL: http://svn.apache.org/viewvc/jackrabbit/sandbox/spi2microkernel/src/main/java/org/apache/jackrabbit/spi2microkernel/util/ItemInfos.java?rev=1135595&r1=1135594&r2=1135595&view=diff ============================================================================== --- jackrabbit/sandbox/spi2microkernel/src/main/java/org/apache/jackrabbit/spi2microkernel/util/ItemInfos.java (original) +++ jackrabbit/sandbox/spi2microkernel/src/main/java/org/apache/jackrabbit/spi2microkernel/util/ItemInfos.java Tue Jun 14 14:19:04 2011 @@ -204,7 +204,7 @@ public final class ItemInfos { return !infoListener.done(); } - if (currentKey.startsWith(":")) { // ignore internal values + if (currentKey.startsWith(":")) { // ignore other internal values return !infoListener.done(); } @@ -250,4 +250,4 @@ public final class ItemInfos { } -} \ No newline at end of file +}