mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
add this
This commit is contained in:
parent
670cb3c10b
commit
58441b393f
@ -3,9 +3,11 @@
|
|||||||
|
|
||||||
-------------------------------------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
## 5.3.6 (2020-05-31)
|
## 5.3.6 (2020-06-02)
|
||||||
|
|
||||||
### 新特性
|
### 新特性
|
||||||
|
* 【core 】 ThreadFactoryBuilder的setUncaughtExceptionHandler返回this(issue#I1J4YJ@Gitee)
|
||||||
|
|
||||||
### Bug修复
|
### Bug修复
|
||||||
* 【core 】 修复DateUtil.parse解析2020-5-8 3:12:13错误问题(issue#I1IZA3@Gitee)
|
* 【core 】 修复DateUtil.parse解析2020-5-8 3:12:13错误问题(issue#I1IZA3@Gitee)
|
||||||
|
|
||||||
|
@ -95,9 +95,11 @@ public class ThreadFactoryBuilder implements Builder<ThreadFactory>{
|
|||||||
* 设置未捕获异常的处理方式
|
* 设置未捕获异常的处理方式
|
||||||
*
|
*
|
||||||
* @param uncaughtExceptionHandler {@link UncaughtExceptionHandler}
|
* @param uncaughtExceptionHandler {@link UncaughtExceptionHandler}
|
||||||
|
* @return this
|
||||||
*/
|
*/
|
||||||
public void setUncaughtExceptionHandler(UncaughtExceptionHandler uncaughtExceptionHandler) {
|
public ThreadFactoryBuilder setUncaughtExceptionHandler(UncaughtExceptionHandler uncaughtExceptionHandler) {
|
||||||
this.uncaughtExceptionHandler = uncaughtExceptionHandler;
|
this.uncaughtExceptionHandler = uncaughtExceptionHandler;
|
||||||
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user