mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-31 22:22:49 +00:00
Fixed Validate message.
This commit is contained in:
parent
6ec92480a7
commit
43457430be
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue