mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
add this
This commit is contained in:
@@ -95,9 +95,11 @@ public class ThreadFactoryBuilder implements Builder<ThreadFactory>{
|
||||
* 设置未捕获异常的处理方式
|
||||
*
|
||||
* @param uncaughtExceptionHandler {@link UncaughtExceptionHandler}
|
||||
* @return this
|
||||
*/
|
||||
public void setUncaughtExceptionHandler(UncaughtExceptionHandler uncaughtExceptionHandler) {
|
||||
public ThreadFactoryBuilder setUncaughtExceptionHandler(UncaughtExceptionHandler uncaughtExceptionHandler) {
|
||||
this.uncaughtExceptionHandler = uncaughtExceptionHandler;
|
||||
return this;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user