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.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-fsresource.git
commit 5137b7ef26c7b81b2f6a5d26886a491f9baf0ff7 Author: Carsten Ziegeler <[email protected]> AuthorDate: Tue Dec 29 14:19:35 2009 +0000 Just code cleanup - no functional changes. git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/fsresource@894397 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/java/org/apache/sling/fsprovider/internal/FsResource.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/org/apache/sling/fsprovider/internal/FsResource.java b/src/main/java/org/apache/sling/fsprovider/internal/FsResource.java index 4cdce18..f214c7f 100644 --- a/src/main/java/org/apache/sling/fsprovider/internal/FsResource.java +++ b/src/main/java/org/apache/sling/fsprovider/internal/FsResource.java @@ -112,15 +112,15 @@ public class FsResource extends SlingAdaptable implements Resource { } /** - * Returns {@link FsProviderConstants#RESOURCE_TYPE_ROOT} + * Returns <code>null</code>} */ public String getResourceSuperType() { return null; } /** - * Returns {@link FsProviderConstants#RESOURCE_TYPE_FILE} if this resource - * wraps a file. Otherwise {@link FsProviderConstants#RESOURCE_TYPE_FOLDER} + * Returns {@link #RESOURCE_TYPE_FILE} if this resource + * wraps a file. Otherwise {@link #RESOURCE_TYPE_FOLDER} * is returned. */ public String getResourceType() { -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
