From 7147ab3a5a84a95c0d20f9ee104d27b0badacaf8 Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Sun, 9 Jun 2024 22:16:18 +0200 Subject: [PATCH] Fix bug --- .../de/staropensource/sosengine/base/events/LogEvent.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/base/src/main/java/de/staropensource/sosengine/base/events/LogEvent.java b/base/src/main/java/de/staropensource/sosengine/base/events/LogEvent.java index 18648ee..18b6f4b 100644 --- a/base/src/main/java/de/staropensource/sosengine/base/events/LogEvent.java +++ b/base/src/main/java/de/staropensource/sosengine/base/events/LogEvent.java @@ -42,9 +42,7 @@ public final class LogEvent implements Event { */ @Deprecated @Override - public void callEvent() { - EventHelper.invokeAnnotatedMethods(getClass()); - } + public void callEvent() {} /** * Calls the event and notifies all annotated methods about it.