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:54:58 UTC

[sling-org-apache-sling-models-api] 18/34: SLING-4112 fix typo in javadoc

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 8af24e72eb8913d68e29b3e720b2fc82b5c39806
Author: Stefan Seifert <ss...@apache.org>
AuthorDate: Thu Jan 22 23:20:56 2015 +0000

    SLING-4112 fix typo in javadoc
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/models/api@1654096 13f79535-47bb-0310-9956-ffa450edef68
---
 .../spi/injectorspecific/StaticInjectAnnotationProcessorFactory.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/sling/models/spi/injectorspecific/StaticInjectAnnotationProcessorFactory.java b/src/main/java/org/apache/sling/models/spi/injectorspecific/StaticInjectAnnotationProcessorFactory.java
index 9080839..3e9cd05 100644
--- a/src/main/java/org/apache/sling/models/spi/injectorspecific/StaticInjectAnnotationProcessorFactory.java
+++ b/src/main/java/org/apache/sling/models/spi/injectorspecific/StaticInjectAnnotationProcessorFactory.java
@@ -21,7 +21,7 @@ import java.lang.reflect.AnnotatedElement;
 /**
  * Factory for {@link InjectAnnotationProcessor} that is evaluated once
  * a sling model implementation class is registered.
- * Whenever possible this interface should be favored above {@link InjectAnnotationProcessorFactory}.
+ * Whenever possible this interface should be favored above {@link InjectAnnotationProcessorFactory2}.
  */
 public interface StaticInjectAnnotationProcessorFactory {
 

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