chore: minor change
This commit is contained in:
@@ -49,7 +49,7 @@ public enum Events {
|
|||||||
|
|
||||||
Events(String name) {
|
Events(String name) {
|
||||||
this.name = name;
|
this.name = name;
|
||||||
action = null;
|
this.action = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user