Return-Path: Delivered-To: apmail-incubator-sling-commits-archive@locus.apache.org Received: (qmail 40911 invoked from network); 29 Oct 2007 16:25:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Oct 2007 16:25:29 -0000 Received: (qmail 38887 invoked by uid 500); 29 Oct 2007 16:25:13 -0000 Delivered-To: apmail-incubator-sling-commits-archive@incubator.apache.org Received: (qmail 38858 invoked by uid 500); 29 Oct 2007 16:25:13 -0000 Mailing-List: contact sling-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: sling-dev@incubator.apache.org Delivered-To: mailing list sling-commits@incubator.apache.org Received: (qmail 38846 invoked by uid 99); 29 Oct 2007 16:25:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Oct 2007 09:25:13 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Oct 2007 16:25:33 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 1A87E1A9832; Mon, 29 Oct 2007 09:25:03 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r589724 - /incubator/sling/trunk/sling-api/src/main/java/org/apache/sling/api/request/RequestPathInfo.java Date: Mon, 29 Oct 2007 16:25:02 -0000 To: sling-commits@incubator.apache.org From: cziegeler@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071029162503.1A87E1A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: cziegeler Date: Mon Oct 29 09:25:01 2007 New Revision: 589724 URL: http://svn.apache.org/viewvc?rev=589724&view=rev Log: More javadoc fixes. Modified: incubator/sling/trunk/sling-api/src/main/java/org/apache/sling/api/request/RequestPathInfo.java Modified: incubator/sling/trunk/sling-api/src/main/java/org/apache/sling/api/request/RequestPathInfo.java URL: http://svn.apache.org/viewvc/incubator/sling/trunk/sling-api/src/main/java/org/apache/sling/api/request/RequestPathInfo.java?rev=589724&r1=589723&r2=589724&view=diff ============================================================================== --- incubator/sling/trunk/sling-api/src/main/java/org/apache/sling/api/request/RequestPathInfo.java (original) +++ incubator/sling/trunk/sling-api/src/main/java/org/apache/sling/api/request/RequestPathInfo.java Mon Oct 29 09:25:01 2007 @@ -23,8 +23,8 @@ *

* Decomposition of a Request URL *

    - *
  1. {@link Content#getPath() content path} - The longest substring of the - * request URI resolving to a {@link Content} object such that the content path + *
  2. {@link #getPath() content path} - The longest substring of the + * request URI resolving to a {@link org.apache.sling.api.resource.Resource} object such that the content path * is either the complete request URI the next character in the request URI * after the content path is either a dot (.) or a slash (/). *
  3. {@link #getSelectors() selectors} - If the first character in the @@ -164,7 +164,6 @@ * href="#decomp">Decomposition of a Request URL above. * * @see #getSelectorString() - * @see #getSelector(int) */ String[] getSelectors(); @@ -176,7 +175,6 @@ * href="#decomp">Decomposition of a Request URL above. * * @see #getSelectors() - * @see #getSelector(int) */ String getSelectorString();