This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.scripting.sightly.models.provider-1.0.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly-models-provider.git
commit 3f0c850602a9278245b00a22d6418fdc45faf211 Author: Radu Cotescu <[email protected]> AuthorDate: Thu Oct 8 11:02:35 2015 +0000 trivial: corrected javadoc git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/scripting/sightly/models-use-provider@1707480 13f79535-47bb-0310-9956-ffa450edef68 --- .../sling/scripting/sightly/models/impl/SlingModelsUseProvider.java | 1 - 1 file changed, 1 deletion(-) 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 fea828f..2643254 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 @@ -54,7 +54,6 @@ import org.slf4j.LoggerFactory; * </ol> * </p> * <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]>.
