geforkt von Mirrors/Paper
Fixed Validate message.
By: EvilSeph <evilseph@gmail.com>
Dieser Commit ist enthalten in:
Ursprung
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;
|
||||
}
|
||||
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren