This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.fsresource-1.0.2 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-fsresource.git
commit 8cd0450d0b70dd7466d588fe3d52525471cd90e6 Author: Carsten Ziegeler <[email protected]> AuthorDate: Tue Sep 7 18:55:17 2010 +0000 Fix javadocs git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/fsresource@993474 13f79535-47bb-0310-9956-ffa450edef68 --- .../java/org/apache/sling/fsprovider/internal/FsResourceProvider.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/sling/fsprovider/internal/FsResourceProvider.java b/src/main/java/org/apache/sling/fsprovider/internal/FsResourceProvider.java index 93add5b..9c8d240 100644 --- a/src/main/java/org/apache/sling/fsprovider/internal/FsResourceProvider.java +++ b/src/main/java/org/apache/sling/fsprovider/internal/FsResourceProvider.java @@ -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. * <p> - * 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}). -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
