mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-16 04:33:56 -07:00
@@ -16,7 +16,7 @@ public abstract class Event implements Serializable {
|
||||
}
|
||||
|
||||
protected Event(final String name) {
|
||||
Validate.notNull(name, "name is cannot be null");
|
||||
Validate.notNull(name, "name cannot be null");
|
||||
this.name = name;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user