@@ -210,7 +210,7 @@ public class Engine {
}
return template;
-
+
public Template getTemplateByString(String content, String cacheKey) {
if (cacheKey == null) {
return buildTemplateBySource(new StringSource(content, cacheKey));