yangys
2024-05-18 c9b04383c77f91ac309e37e70783edcf8a9298b5
smart-starter-notify/src/main/java/com/qianwen/core/notify/event/NotifierEvent.java
@@ -7,7 +7,6 @@
import com.qianwen.core.notify.template.Template;
import com.qianwen.core.tool.utils.StringUtil;
/* loaded from: blade-starter-notify-9.3.0.0-SNAPSHOT.jar:org/springblade/core/notify/event/NotifierEvent.class */
public class NotifierEvent {
    private boolean success;
    @Nullable
@@ -20,7 +19,7 @@
    private Template template;
    private Map<String, Object> context;
    /* loaded from: blade-starter-notify-9.3.0.0-SNAPSHOT.jar:org/springblade/core/notify/event/NotifierEvent$NotifierEventBuilder.class */
    public static class NotifierEventBuilder {
        private boolean success;
        private Throwable cause;