Apply some spelling fixes from code review
Co-authored-by: Hugo Manrique <hugmanrique@users.noreply.github.com>
This commit is contained in:
@@ -27,7 +27,7 @@ public class PlayerResourcePackStatusEvent {
|
||||
|
||||
|
||||
/**
|
||||
* Instates this event.
|
||||
* Instantiates this event.
|
||||
* @deprecated Use {@link PlayerResourcePackStatusEvent#PlayerResourcePackStatusEvent
|
||||
* (Player, Status, ResourcePackInfo)} instead.
|
||||
*/
|
||||
@@ -39,7 +39,7 @@ public class PlayerResourcePackStatusEvent {
|
||||
}
|
||||
|
||||
/**
|
||||
* Instates this event.
|
||||
* Instantiates this event.
|
||||
*/
|
||||
public PlayerResourcePackStatusEvent(Player player, Status status, ResourcePackInfo packInfo) {
|
||||
this.player = Preconditions.checkNotNull(player, "player");
|
||||
|
Reference in New Issue
Block a user