Pretty sure this is never thrown here

This commit is contained in:
nossr50 2021-03-30 11:57:31 -07:00
parent 05bc20a007
commit 34d4b6f944

View File

@ -52,9 +52,8 @@ public class PlayerData {
*
* @param playerUUID target player's UUID
* @param playerName target player's name
* @throws NullArgumentException thrown when never null arguments are null
*/
public PlayerData(@Nullable UUID playerUUID, @NotNull String playerName) throws NullArgumentException {
public PlayerData(@Nullable UUID playerUUID, @NotNull String playerName) {
/*
* New Data
*/