From 040976de6f9934b99f30268a28e2ecf42260e217 Mon Sep 17 00:00:00 2001 From: yangys <y_ys79@sina.com> Date: 星期六, 18 五月 2024 22:13:01 +0800 Subject: [PATCH] 注释整理 --- smart-core-boot/src/main/java/com/qianwen/core/boot/config/BladeExecutorConfiguration.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/smart-core-boot/src/main/java/com/qianwen/core/boot/config/BladeExecutorConfiguration.java b/smart-core-boot/src/main/java/com/qianwen/core/boot/config/BladeExecutorConfiguration.java index 6482fe6..33db7d0 100644 --- a/smart-core-boot/src/main/java/com/qianwen/core/boot/config/BladeExecutorConfiguration.java +++ b/smart-core-boot/src/main/java/com/qianwen/core/boot/config/BladeExecutorConfiguration.java @@ -62,7 +62,7 @@ return new BladeAsyncUncaughtExceptionHandler(this.bladeContext, this.bladeProperties, this.publisher); } - /* loaded from: blade-core-boot-9.3.0.0-SNAPSHOT.jar:org/springblade/core/boot/config/BladeExecutorConfiguration$BladeAsyncUncaughtExceptionHandler.class */ + private static class BladeAsyncUncaughtExceptionHandler implements AsyncUncaughtExceptionHandler { private final BladeContext bladeContext; private final BladeProperties bladeProperties; -- Gitblit v1.9.3