From c9b04383c77f91ac309e37e70783edcf8a9298b5 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期六, 18 五月 2024 23:24:12 +0800
Subject: [PATCH] websocket代码整理
---
smart-starter-notify/src/main/java/com/qianwen/core/notify/provider/email/embedded/DefaultEmailProperties.java | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/smart-starter-notify/src/main/java/com/qianwen/core/notify/provider/email/embedded/DefaultEmailProperties.java b/smart-starter-notify/src/main/java/com/qianwen/core/notify/provider/email/embedded/DefaultEmailProperties.java
index 117b96a..7da78e2 100644
--- a/smart-starter-notify/src/main/java/com/qianwen/core/notify/provider/email/embedded/DefaultEmailProperties.java
+++ b/smart-starter-notify/src/main/java/com/qianwen/core/notify/provider/email/embedded/DefaultEmailProperties.java
@@ -3,7 +3,6 @@
import java.util.List;
import java.util.Properties;
-/* loaded from: blade-starter-notify-9.3.0.0-SNAPSHOT.jar:org/springblade/core/notify/provider/email/embedded/DefaultEmailProperties.class */
public class DefaultEmailProperties {
private String host;
private int port;
@@ -60,7 +59,7 @@
return this.properties;
}
- /* loaded from: blade-starter-notify-9.3.0.0-SNAPSHOT.jar:org/springblade/core/notify/provider/email/embedded/DefaultEmailProperties$ConfigProperty.class */
+
public static class ConfigProperty {
private String name;
private String value;
--
Gitblit v1.9.3