enjoy 3.5
This commit is contained in:
@@ -35,7 +35,7 @@ import com.jfinal.template.stat.ast.Define;
|
||||
public class Env {
|
||||
|
||||
protected EngineConfig engineConfig;
|
||||
protected Map<String, Define> functionMap = new HashMap<String, Define>();
|
||||
protected Map<String, Define> functionMap = new HashMap<String, Define>(16, 0.5F);
|
||||
|
||||
// 代替 Template 持有该属性,便于在 #include 指令中调用 Env.addSource()
|
||||
protected List<ISource> sourceList = null;
|
||||
|
Reference in New Issue
Block a user