This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.scripting.thymeleaf-0.0.2 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-thymeleaf.git
commit 02c4d1b2eff0ee20232fd3f2b98464d4fbb82a40 Author: Oliver Lietz <[email protected]> AuthorDate: Thu Jun 12 09:14:01 2014 +0000 SLING-3649 fix label git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/scripting/thymeleaf@1602100 13f79535-47bb-0310-9956-ffa450edef68 --- .../apache/sling/scripting/thymeleaf/impl/SlingResourceResolver.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/sling/scripting/thymeleaf/impl/SlingResourceResolver.java b/src/main/java/org/apache/sling/scripting/thymeleaf/impl/SlingResourceResolver.java index 68f4475..9f2730b 100644 --- a/src/main/java/org/apache/sling/scripting/thymeleaf/impl/SlingResourceResolver.java +++ b/src/main/java/org/apache/sling/scripting/thymeleaf/impl/SlingResourceResolver.java @@ -35,7 +35,7 @@ import org.thymeleaf.resourceresolver.IResourceResolver; import org.thymeleaf.util.Validate; @Component( - label = "Apache Sling Scripting Thymeleaf “Script Reader Resource Resolver”", + label = "Apache Sling Scripting Thymeleaf “Sling Resource Resolver”", description = "Sling resource resolver for Sling Scripting Thymeleaf", immediate = true, metatype = true -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
