mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix test
This commit is contained in:
@@ -25,6 +25,7 @@ public class EnjoyEngine implements TemplateEngine {
|
||||
private ResourceMode resourceMode;
|
||||
|
||||
// --------------------------------------------------------------------------------- Constructor start
|
||||
|
||||
/**
|
||||
* 默认构造
|
||||
*/
|
||||
|
@@ -14,7 +14,7 @@ import cn.hutool.extra.template.AbstractTemplate;
|
||||
* @since 4.1.9
|
||||
*/
|
||||
public class EnjoyTemplate extends AbstractTemplate implements Serializable {
|
||||
private static final long serialVersionUID = -8157926902932567280L;
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
private com.jfinal.template.Template rawTemplate;
|
||||
|
||||
|
Reference in New Issue
Block a user