You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 09:55:03 UTC

[sling-org-apache-sling-models-api] 23/34: SLING-4155 fix typo in annotation property: injectonStrategy => injectionStrategy

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.2.0
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-models-api.git

commit be8063c3b5bdb346bdd5378e07f20b9f40a77396
Author: Stefan Seifert <ss...@apache.org>
AuthorDate: Tue May 12 13:19:11 2015 +0000

    SLING-4155 fix typo in annotation property: injectonStrategy => injectionStrategy
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/models/api@1678937 13f79535-47bb-0310-9956-ffa450edef68
---
 .../sling/models/annotations/injectorspecific/RequestAttribute.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/sling/models/annotations/injectorspecific/RequestAttribute.java b/src/main/java/org/apache/sling/models/annotations/injectorspecific/RequestAttribute.java
index 99fb06d..ba3d005 100644
--- a/src/main/java/org/apache/sling/models/annotations/injectorspecific/RequestAttribute.java
+++ b/src/main/java/org/apache/sling/models/annotations/injectorspecific/RequestAttribute.java
@@ -59,5 +59,5 @@ public @interface RequestAttribute {
      * If even those are not available the default injection strategy defined on the {@link org.apache.sling.models.annotations.Model} applies.
      * Default value = DEFAULT.
      */
-    public InjectionStrategy injectonStrategy() default InjectionStrategy.DEFAULT;
+    public InjectionStrategy injectionStrategy() default InjectionStrategy.DEFAULT;
 }

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.