Return-Path: Delivered-To: apmail-sling-commits-archive@www.apache.org Received: (qmail 78567 invoked from network); 7 Sep 2010 18:55:38 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 7 Sep 2010 18:55:38 -0000 Received: (qmail 33548 invoked by uid 500); 7 Sep 2010 18:55:38 -0000 Delivered-To: apmail-sling-commits-archive@sling.apache.org Received: (qmail 33479 invoked by uid 500); 7 Sep 2010 18:55:38 -0000 Mailing-List: contact commits-help@sling.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@sling.apache.org Delivered-To: mailing list commits@sling.apache.org Received: (qmail 33472 invoked by uid 99); 7 Sep 2010 18:55:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Sep 2010 18:55:38 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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, 07 Sep 2010 18:55:37 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id DDFB82388A66; Tue, 7 Sep 2010 18:55:17 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r993474 - /sling/trunk/bundles/extensions/fsresource/src/main/java/org/apache/sling/fsprovider/internal/FsResourceProvider.java Date: Tue, 07 Sep 2010 18:55:17 -0000 To: commits@sling.apache.org From: cziegeler@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100907185517.DDFB82388A66@eris.apache.org> Author: cziegeler Date: Tue Sep 7 18:55:17 2010 New Revision: 993474 URL: http://svn.apache.org/viewvc?rev=993474&view=rev Log: Fix javadocs Modified: sling/trunk/bundles/extensions/fsresource/src/main/java/org/apache/sling/fsprovider/internal/FsResourceProvider.java Modified: sling/trunk/bundles/extensions/fsresource/src/main/java/org/apache/sling/fsprovider/internal/FsResourceProvider.java URL: http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/fsresource/src/main/java/org/apache/sling/fsprovider/internal/FsResourceProvider.java?rev=993474&r1=993473&r2=993474&view=diff ============================================================================== --- sling/trunk/bundles/extensions/fsresource/src/main/java/org/apache/sling/fsprovider/internal/FsResourceProvider.java (original) +++ sling/trunk/bundles/extensions/fsresource/src/main/java/org/apache/sling/fsprovider/internal/FsResourceProvider.java Tue Sep 7 18:55:17 2010 @@ -40,7 +40,7 @@ import org.osgi.service.event.EventAdmin * implemented in terms of a component factory, that is multiple instances of * this provider may be created by creating respective configuration. *

- * Each provider instance is configured with to properties: The location in the + * Each provider instance is configured with two properties: The location in the * resource tree where resources are provided ({@link ResourceProvider#ROOTS}) * and the file system path from where files and folders are mapped into the * resource ({@link #PROP_PROVIDER_FILE}).