This is an automated email from the ASF dual-hosted git repository.

olli pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-thymeleaf.git


The following commit(s) were added to refs/heads/master by this push:
     new c6357d3  style
c6357d3 is described below

commit c6357d37051d019df66049452ce0ded924190448
Author: Oliver Lietz <[email protected]>
AuthorDate: Sun Sep 22 13:57:00 2019 +0200

    style
---
 .../scripting/thymeleaf/internal/ThymeleafScriptEngineFactory.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/sling/scripting/thymeleaf/internal/ThymeleafScriptEngineFactory.java
 
b/src/main/java/org/apache/sling/scripting/thymeleaf/internal/ThymeleafScriptEngineFactory.java
index caf4070..b00d49d 100644
--- 
a/src/main/java/org/apache/sling/scripting/thymeleaf/internal/ThymeleafScriptEngineFactory.java
+++ 
b/src/main/java/org/apache/sling/scripting/thymeleaf/internal/ThymeleafScriptEngineFactory.java
@@ -154,7 +154,7 @@ public final class ThymeleafScriptEngineFactory extends 
AbstractScriptEngineFact
 
     private final Object lock = new Object();
 
-    private final String THYMELEAF_PROPERTIES = 
"/org/thymeleaf/thymeleaf.properties";
+    private static final String THYMELEAF_PROPERTIES = 
"/org/thymeleaf/thymeleaf.properties";
 
     private final Logger logger = 
LoggerFactory.getLogger(ThymeleafScriptEngineFactory.class);
 

Reply via email to