浏览代码

jfinal 3.2 release ^_^

James 8 年之前
父节点
当前提交
8f1e69a46e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/com/jfinal/template/IStringSource.java

+ 1 - 1
src/main/java/com/jfinal/template/IStringSource.java

@@ -27,7 +27,7 @@ public interface IStringSource {
 	boolean isModified();
 	boolean isModified();
 	
 	
 	/**
 	/**
-	 * key used to cache, return false if do not cache the template
+	 * key used to cache, return null if do not cache the template
 	 * 
 	 * 
 	 * 注意:如果不希望缓存从该 IStreamSource 解析出来的 Template 对象
 	 * 注意:如果不希望缓存从该 IStreamSource 解析出来的 Template 对象
 	 *      让 getKey() 返回 null 值即可  
 	 *      让 getKey() 返回 null 值即可