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 df511f2d691b90cb9a72ad99b6032ba469faede7 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@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]>.
