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.2 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-models-api.git
commit c3286387afc21acfc62d40e2b1df70e9b6970162 Author: Stefan Seifert <[email protected]> AuthorDate: Thu Sep 10 21:52:02 2015 +0000 fix javadoc errors git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/models/api@1702330 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/java/org/apache/sling/models/factory/ModelFactory.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/java/org/apache/sling/models/factory/ModelFactory.java b/src/main/java/org/apache/sling/models/factory/ModelFactory.java index 718d0aa..72a89ed 100644 --- a/src/main/java/org/apache/sling/models/factory/ModelFactory.java +++ b/src/main/java/org/apache/sling/models/factory/ModelFactory.java @@ -68,8 +68,9 @@ public interface ModelFactory { /** * Checks if a given type can be instantiated though Sling Models. This checks that * <ul> - * <li>there is a class annotated with {@link Model} which adapts to the given type</li> + * <li>there is a class annotated with <code>Model</code> which adapts to the given type</li> * <li>this class is registered as Sling Model (i.e. the package is listed in the "Sling-Model-Packages" header from the bundles manifest)</li> + * </ul> * Only if both conditions are fulfilled this method will return {@code true}. * @param type the class to check * @return {@code true} in case the given type can be instantiated though Sling Models. -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
