James 5 年 前
コミット
10fe9b404c
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/main/java/com/jfinal/template/io/DateFormats.java

+ 1 - 1
src/main/java/com/jfinal/template/io/DateFormats.java

@@ -26,7 +26,7 @@ import java.util.Map;
 public class DateFormats {
 	
 	/**
-	 * SimpleDateFormat 非线程安全,结合 WriterBuffer 中的 ThreadLocal 才能确保线程安全
+	 * SimpleDateFormat 非线程安全,结合 WriterBuffer 中的 ThreadLocal 确保线程安全
 	 */
 	private Map<String, SimpleDateFormat> map = new HashMap<String, SimpleDateFormat>(16, 0.25F);