Fix bug
This commit is contained in:
parent
3256224329
commit
7147ab3a5a
1 changed files with 1 additions and 3 deletions
|
@ -42,9 +42,7 @@ public final class LogEvent implements Event {
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
@Deprecated
|
||||||
@Override
|
@Override
|
||||||
public void callEvent() {
|
public void callEvent() {}
|
||||||
EventHelper.invokeAnnotatedMethods(getClass());
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Calls the event and notifies all annotated methods about it.
|
* Calls the event and notifies all annotated methods about it.
|
||||||
|
|
Loading…
Reference in a new issue