This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly-models-provider.git
commit 7d172188161df6e09606cf352e0ce291ed4aef23 Author: Radu Cotescu <[email protected]> AuthorDate: Thu Oct 8 11:04:47 2015 +0000 trivial: corrected javadoc git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1707481 13f79535-47bb-0310-9956-ffa450edef68 --- .../scripting/sightly/models/impl/SlingModelsUseProvider.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/java/org/apache/sling/scripting/sightly/models/impl/SlingModelsUseProvider.java b/src/main/java/org/apache/sling/scripting/sightly/models/impl/SlingModelsUseProvider.java index 2643254..01a387d 100644 --- a/src/main/java/org/apache/sling/scripting/sightly/models/impl/SlingModelsUseProvider.java +++ b/src/main/java/org/apache/sling/scripting/sightly/models/impl/SlingModelsUseProvider.java @@ -45,14 +45,14 @@ import org.slf4j.LoggerFactory; * </p> * <p> * For that it tries to use the {@link ModelFactory#createModel(Object, Class)} first with the adaptable {@link Resource} - * then with the adaptable {@link SlingHttpServletRequest}. - * It will always fail with an exception (i.e. no other {@code UseProvider} is asked afterwards and the exception is being rethrown) - * in case the following two preconditions are fulfilled: + * then with the adaptable {@link SlingHttpServletRequest}. It will always fail with an exception (i.e. no other {@code UseProvider} is + * asked afterwards and the exception is being rethrown) in case the following two preconditions are fulfilled: + * </p> * <ol> * <li>the given identifier specifies a class which can be loaded by a {@link org.apache.sling.commons.classloader.DynamicClassLoader}</li> * <li>the loaded class has a {@link org.apache.sling.models.annotations.Model} annotation</li> * </ol> - * </p> + * * <p> * In case any of those preconditions are not fulfilled the other registered {@link UseProvider}s will be queried. * </p> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
