mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-08 09:17:36 +01:00
Fixed Validate message.
By: EvilSeph <evilseph@gmail.com>
This commit is contained in:
parent
4608ec4504
commit
91946d8857
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user