ソースを参照

Merge branch 'master' into jfinal-java8

James 8 年 前
コミット
1474e46724
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();
 	
 	/**
-	 * 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 对象
 	 *      让 getKey() 返回 null 值即可