Commit Graph
7 Commits
Author SHA1 Message Date
申劭明 6a5a026c00 fix bug #I43U9G 2021-08-05 06:52:20 +00:00
申劭明 844c4be0bf add test for mapProxy 2021-08-05 06:10:50 +00:00
申劭明 2e628b08c5 fix bug #I4402K 2021-08-05 06:09:50 +00:00
申劭明 f61c843e69 add test for replace 2021-07-26 02:16:16 +00:00
申劭明 1bf0b331c9 fix bug https://gitee.com/dromara/hutool/issues/I4231K 2021-07-23 10:06:41 +00:00
申劭明 d2603db547 fix code
原先的写法在运行时没有错,但是在读代码的时候,会发现按住ctrl点击`format(((Long) obj))`时,仍会定位到 `String format(final Object obj)`上,给人一种可能会栈溢出的错觉。
@see https://github.com/apache/commons-lang/blob/master/src/main/java/org/apache/commons/lang3/time/FastDatePrinter.java
2021-07-13 08:18:13 +00:00
申劭明 013698e247 remove duplicate parse 2021-07-05 07:11:01 +00:00