Browse Source

改注释

James 5 years ago
parent
commit
10fe9b404c
1 changed files with 1 additions and 1 deletions
  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);