Return-Path: Delivered-To: apmail-incubator-jackrabbit-commits-archive@www.apache.org Received: (qmail 67517 invoked from network); 26 Oct 2005 12:25:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Oct 2005 12:25:30 -0000 Received: (qmail 59182 invoked by uid 500); 26 Oct 2005 12:25:29 -0000 Mailing-List: contact jackrabbit-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jackrabbit-dev@incubator.apache.org Delivered-To: mailing list jackrabbit-commits@incubator.apache.org Received: (qmail 59171 invoked by uid 500); 26 Oct 2005 12:25:29 -0000 Delivered-To: apmail-incubator-jackrabbit-cvs@incubator.apache.org Received: (qmail 59168 invoked by uid 99); 26 Oct 2005 12:25:29 -0000 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 26 Oct 2005 05:25:29 -0700 Received: (qmail 67437 invoked by uid 65534); 26 Oct 2005 12:25:09 -0000 Message-ID: <20051026122509.67433.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r328640 - /incubator/jackrabbit/trunk/src/java/org/apache/jackrabbit/core/PathMap.java Date: Wed, 26 Oct 2005 12:25:08 -0000 To: jackrabbit-cvs@incubator.apache.org From: stefan@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: stefan Date: Wed Oct 26 05:25:04 2005 New Revision: 328640 URL: http://svn.apache.org/viewcvs?rev=328640&view=rev Log: javadoc correction Modified: incubator/jackrabbit/trunk/src/java/org/apache/jackrabbit/core/PathMap.java Modified: incubator/jackrabbit/trunk/src/java/org/apache/jackrabbit/core/PathMap.java URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/src/java/org/apache/jackrabbit/core/PathMap.java?rev=328640&r1=328639&r2=328640&view=diff ============================================================================== --- incubator/jackrabbit/trunk/src/java/org/apache/jackrabbit/core/PathMap.java (original) +++ incubator/jackrabbit/trunk/src/java/org/apache/jackrabbit/core/PathMap.java Wed Oct 26 05:25:04 2005 @@ -155,7 +155,7 @@ /** * 1-based index associated with this element where index=0 is - * equivalent to index=1) + * equivalent to index=1. */ private int index;