Overrides need NonNull annotations

This commit is contained in:
tastybento 2021-12-21 08:59:42 -08:00
parent cdc0d10914
commit 4702ad1b96
1 changed files with 2 additions and 0 deletions

View File

@ -1697,6 +1697,7 @@ public class Settings implements WorldSettings
/**
* @return the onJoinCommands
*/
@NonNull
@Override
public List<String> getOnJoinCommands() {
return onJoinCommands;
@ -1714,6 +1715,7 @@ public class Settings implements WorldSettings
/**
* @return the onLeaveCommands
*/
@NonNull
@Override
public List<String> getOnLeaveCommands() {
return onLeaveCommands;