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 823e30dc0a35717bf85d82222b934a42a0369454 Author: Stefan Seifert <[email protected]> AuthorDate: Mon Sep 29 15:45:01 2014 +0000 fix javadoc syntax error git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/models/api@1628209 13f79535-47bb-0310-9956-ffa450edef68 --- .../sling/models/spi/injectorspecific/InjectAnnotationProcessor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/sling/models/spi/injectorspecific/InjectAnnotationProcessor.java b/src/main/java/org/apache/sling/models/spi/injectorspecific/InjectAnnotationProcessor.java index c133f38..e2d05c4 100644 --- a/src/main/java/org/apache/sling/models/spi/injectorspecific/InjectAnnotationProcessor.java +++ b/src/main/java/org/apache/sling/models/spi/injectorspecific/InjectAnnotationProcessor.java @@ -45,7 +45,7 @@ public interface InjectAnnotationProcessor { boolean hasDefault(); /** - * Tries to get the default value from the annotation. Only used if {@link hasDefaultValue()} is set to true. + * Tries to get the default value from the annotation. Only used if {@link #hasDefault()} is set to true. * * @return the value to be used if nothing can be injected */ -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
