This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.models.api-1.1.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-models-api.git
commit 85dbcb539542e7450e8cc8fac1913f59659a7f9d Author: Justin Edelson <[email protected]> AuthorDate: Mon Aug 25 11:44:46 2014 +0000 SLING-3879 - fixing NPE in PathInjector. Thanks Stefan for the patch! git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/models/api@1620296 13f79535-47bb-0310-9956-ffa450edef68 --- .../apache/sling/models/annotations/injectorspecific/ResourcePath.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/sling/models/annotations/injectorspecific/ResourcePath.java b/src/main/java/org/apache/sling/models/annotations/injectorspecific/ResourcePath.java index d013642..23953ed 100644 --- a/src/main/java/org/apache/sling/models/annotations/injectorspecific/ResourcePath.java +++ b/src/main/java/org/apache/sling/models/annotations/injectorspecific/ResourcePath.java @@ -38,7 +38,7 @@ import org.apache.sling.models.spi.injectorspecific.InjectAnnotation; public @interface ResourcePath { /** - * Specifies the path of the resource. If not provided, the path is dervied from the proeprty name. + * Specifies the path of the resource. If not provided, the path is derived from the property name. */ public String path() default ""; -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
