From 9b677ea5c6978788d135fc15da3d78c5a93789c2 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期二, 07 五月 2024 16:52:37 +0800
Subject: [PATCH] 代码整理1
---
smart-core-tool/src/main/java/com/qianwen/core/tool/function/CheckedRunnable.java | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/smart-core-tool/src/main/java/com/qianwen/core/tool/function/CheckedRunnable.java b/smart-core-tool/src/main/java/com/qianwen/core/tool/function/CheckedRunnable.java
index 9219a8b..5a9a522 100644
--- a/smart-core-tool/src/main/java/com/qianwen/core/tool/function/CheckedRunnable.java
+++ b/smart-core-tool/src/main/java/com/qianwen/core/tool/function/CheckedRunnable.java
@@ -1,7 +1,6 @@
package com.qianwen.core.tool.function;
@FunctionalInterface
-/* loaded from: blade-core-tool-9.3.0.0-SNAPSHOT.jar:org/springblade/core/tool/function/CheckedRunnable.class */
public interface CheckedRunnable {
void run() throws Throwable;
}
--
Gitblit v1.9.3