code cleanup

This commit is contained in:
0xb00bface 2021-04-18 11:44:01 +02:00
parent f0cd128aa4
commit ce98919499
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ package ctbrec.event;
public abstract class Event {
public static enum Type {
public enum Type {
/**
* This event is fired every time the OnlineMonitor sees a model online
* It is also fired, if the model was online before. You can see it as a "still online ping".