mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-04-19 03:01:48 +08:00
原先的写法在运行时没有错,但是在读代码的时候,会发现按住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